[N-Rage] MinGW links with -ldinput8, -mwindows and subsets.
This commit is contained in:
parent
a0ac5d6d33
commit
61866f5b04
|
@ -54,7 +54,15 @@ set OBJ_LIST=^
|
||||||
%obj%\PakIO.o^
|
%obj%\PakIO.o^
|
||||||
%obj%\FileAccess.o^
|
%obj%\FileAccess.o^
|
||||||
%obj%\Interface.o^
|
%obj%\Interface.o^
|
||||||
%obj%\NRagePluginV2.o
|
%obj%\NRagePluginV2.o^
|
||||||
|
-ldinput8^
|
||||||
|
-loleaut32^
|
||||||
|
-lole32^
|
||||||
|
-luuid^
|
||||||
|
-lcomctl32^
|
||||||
|
-mwindows^
|
||||||
|
-lcomdlg32^
|
||||||
|
-lgdi32
|
||||||
|
|
||||||
ECHO Linking N-Rage objects...
|
ECHO Linking N-Rage objects...
|
||||||
%MinGW%\bin\g++.exe -o %obj%\PJ64_NRage.dll %OBJ_LIST% -shared -shared-libgcc
|
%MinGW%\bin\g++.exe -o %obj%\PJ64_NRage.dll %OBJ_LIST% -shared -shared-libgcc
|
||||||
|
|
Loading…
Reference in New Issue