[N-Rage] Get resource script linked w/ MinGW for config GUI.
This commit is contained in:
parent
1f233320ba
commit
6fd2fa0f4a
|
@ -62,8 +62,10 @@ set OBJ_LIST=^
|
||||||
-lcomctl32^
|
-lcomctl32^
|
||||||
-mwindows^
|
-mwindows^
|
||||||
-lcomdlg32^
|
-lcomdlg32^
|
||||||
-lgdi32
|
-lgdi32^
|
||||||
|
%obj%\NRagePluginV2.res
|
||||||
|
|
||||||
ECHO Linking N-Rage objects...
|
ECHO Linking N-Rage objects...
|
||||||
|
%MinGW%\bin\windres.exe -o %obj%\NRagePluginV2.res -i %src%\NRagePluginV2.rc -O coff
|
||||||
%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
|
||||||
PAUSE
|
PAUSE
|
||||||
|
|
Loading…
Reference in New Issue