mirror of
https://github.com/dhewm/dhewm3-sdk.git
synced 2025-04-05 00:50:56 +00:00
Add SDL_win32_main.c
Don't link against SDLmain.[a|lib], always compile it. We can use pure C MinGW cross compiled libraries with MSVC, and this is the only static library used.
This commit is contained in:
parent
568ab14658
commit
a1430d546f
1 changed files with 1 additions and 0 deletions
|
@ -667,6 +667,7 @@ elseif (WIN32)
|
|||
sys/win32/win_net.cpp
|
||||
sys/win32/win_shared.cpp
|
||||
sys/win32/win_syscon.cpp
|
||||
sys/win32/SDL_win32_main.c
|
||||
)
|
||||
|
||||
set(src_sys_core
|
||||
|
|
Loading…
Reference in a new issue