[RSP] Set Windows subsystem entry point for MinGW.

This commit is contained in:
unknown 2015-11-18 13:57:14 -05:00
parent 839fda1e0e
commit 932969f9a8
1 changed files with 3 additions and 1 deletions

View File

@ -67,6 +67,8 @@ ECHO Assembling RSP sources...
ECHO.
set OBJ_LIST=^
-mwindows^
-lgdi32^
%obj%\Sse.o^
%obj%\Mmx.o^
%obj%\X86.o^
@ -87,5 +89,5 @@ set OBJ_LIST=^
%obj%\Main.o
ECHO Linking RSP objects...
%MinGW%\bin\g++.exe -o %obj%\RSP_1.7.dll %OBJ_LIST% -lgdi32 -s
%MinGW%\bin\g++.exe -o %obj%\RSP_1.7.dll %OBJ_LIST% -s
PAUSE