From 87543545d34a1b5c8bac27b5dd39ed47094d7a30 Mon Sep 17 00:00:00 2001 From: spacy51 <spacy51@a31d4220-a93d-0410-bf67-fe4944624d44> Date: Sat, 2 Feb 2008 14:59:29 +0000 Subject: [PATCH] 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 --- project/vc2008/vba-m.vcproj | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/project/vc2008/vba-m.vcproj b/project/vc2008/vba-m.vcproj index 6404911e..865ab90c 100644 --- a/project/vc2008/vba-m.vcproj +++ b/project/vc2008/vba-m.vcproj @@ -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"