ADDED UPX (exe packer) to vc2008-qt project file
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@351 a31d4220-a93d-0410-bf67-fe4944624d44
This commit is contained in:
parent
383e09d112
commit
87543545d3
project/vc2008
|
@ -24,8 +24,8 @@
|
||||||
>
|
>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCNMakeTool"
|
Name="VCNMakeTool"
|
||||||
BuildCommandLine="qmake -makefile -win32 -Wall ../qmake/vba-m.pro
nmake $(ConfigurationName)"
|
BuildCommandLine="qmake -makefile -win32 -Wall ../qmake/vba-m.pro
nmake debug"
|
||||||
ReBuildCommandLine="qmake -makefile -win32 -Wall ../qmake/vba-m.pro
nmake $(ConfigurationName)"
|
ReBuildCommandLine=""
|
||||||
CleanCommandLine="nmake distclean
rmdir /S /Q debug
rmdir /S /Q release
"
|
CleanCommandLine="nmake distclean
rmdir /S /Q debug
rmdir /S /Q release
"
|
||||||
Output="$(OutDir)/VisualBoyAdvance.exe"
|
Output="$(OutDir)/VisualBoyAdvance.exe"
|
||||||
PreprocessorDefinitions="WIN32;_DEBUG"
|
PreprocessorDefinitions="WIN32;_DEBUG"
|
||||||
|
@ -44,8 +44,8 @@
|
||||||
>
|
>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCNMakeTool"
|
Name="VCNMakeTool"
|
||||||
BuildCommandLine="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="qmake -makefile -win32 -Wall ../qmake/vba-m.pro
nmake $(ConfigurationName)"
|
ReBuildCommandLine=""
|
||||||
CleanCommandLine="nmake distclean
rmdir /S /Q debug
rmdir /S /Q release
"
|
CleanCommandLine="nmake distclean
rmdir /S /Q debug
rmdir /S /Q release
"
|
||||||
Output="$(OutDir)/VisualBoyAdvance.exe"
|
Output="$(OutDir)/VisualBoyAdvance.exe"
|
||||||
PreprocessorDefinitions="WIN32;NDEBUG"
|
PreprocessorDefinitions="WIN32;NDEBUG"
|
||||||
|
|
Loading…
Reference in New Issue