[N-Rage] MinGW links with -ldinput8, -mwindows and subsets.

This commit is contained in:
unknown 2015-11-16 16:30:21 -05:00
parent a0ac5d6d33
commit 61866f5b04
1 changed files with 9 additions and 1 deletions

View File

@ -54,7 +54,15 @@ set OBJ_LIST=^
%obj%\PakIO.o^
%obj%\FileAccess.o^
%obj%\Interface.o^
%obj%\NRagePluginV2.o
%obj%\NRagePluginV2.o^
-ldinput8^
-loleaut32^
-lole32^
-luuid^
-lcomctl32^
-mwindows^
-lcomdlg32^
-lgdi32
ECHO Linking N-Rage objects...
%MinGW%\bin\g++.exe -o %obj%\PJ64_NRage.dll %OBJ_LIST% -shared -shared-libgcc