ADDED UPX (exe packer) to vc2008-qt project file
This commit is contained in:
parent
f914494cb1
commit
f3c8c104b2
|
@ -24,8 +24,8 @@
|
|||
>
|
||||
<Tool
|
||||
Name="VCNMakeTool"
|
||||
BuildCommandLine="qmake -makefile -win32 -Wall ../qmake/vba-m.pro
nmake $(ConfigurationName)"
|
||||
ReBuildCommandLine="qmake -makefile -win32 -Wall ../qmake/vba-m.pro
nmake $(ConfigurationName)"
|
||||
BuildCommandLine="qmake -makefile -win32 -Wall ../qmake/vba-m.pro
nmake debug"
|
||||
ReBuildCommandLine=""
|
||||
CleanCommandLine="nmake distclean
rmdir /S /Q debug
rmdir /S /Q release
"
|
||||
Output="$(OutDir)/VisualBoyAdvance.exe"
|
||||
PreprocessorDefinitions="WIN32;_DEBUG"
|
||||
|
@ -44,8 +44,8 @@
|
|||
>
|
||||
<Tool
|
||||
Name="VCNMakeTool"
|
||||
BuildCommandLine="qmake -makefile -win32 -Wall ../qmake/vba-m.pro
nmake $(ConfigurationName)"
|
||||
ReBuildCommandLine="qmake -makefile -win32 -Wall ../qmake/vba-m.pro
nmake $(ConfigurationName)"
|
||||
BuildCommandLine="qmake -makefile -win32 -Wall ../qmake/vba-m.pro
nmake release
upx -9 "$(TargetPath)""
|
||||
ReBuildCommandLine=""
|
||||
CleanCommandLine="nmake distclean
rmdir /S /Q debug
rmdir /S /Q release
"
|
||||
Output="$(OutDir)/VisualBoyAdvance.exe"
|
||||
PreprocessorDefinitions="WIN32;NDEBUG"
|
||||
|
|
Loading…
Reference in New Issue