aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjaybinks <jaybinks@b956fd51-792f-4845-bead-9b4dfca2ff2c>2007-10-10 12:55:24 +0000
committerjaybinks <jaybinks@b956fd51-792f-4845-bead-9b4dfca2ff2c>2007-10-10 12:55:24 +0000
commitdfacf35072326c8367b111d7f01759dc054f8c01 (patch)
tree1d41301fb4f0cb1ae290e9475197cf0cae778e07
parent66e32e9befc54d80217864e2f9a3f43e19e1b07a (diff)
downloadusdx-dfacf35072326c8367b111d7f01759dc054f8c01.tar.gz
usdx-dfacf35072326c8367b111d7f01759dc054f8c01.tar.xz
usdx-dfacf35072326c8367b111d7f01759dc054f8c01.zip
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.01@496 b956fd51-792f-4845-bead-9b4dfca2ff2c
-rw-r--r--Game/Code/bamboo-build-win-delphi.bat10
1 files changed, 9 insertions, 1 deletions
diff --git a/Game/Code/bamboo-build-win-delphi.bat b/Game/Code/bamboo-build-win-delphi.bat
index 6d97c210..0f1c73f5 100644
--- a/Game/Code/bamboo-build-win-delphi.bat
+++ b/Game/Code/bamboo-build-win-delphi.bat
@@ -1,8 +1,16 @@
"C:\Program Files\Borland\BDS\4.0\Bin\dcc32.exe" -U"lib\JEDI-SDLv1.0\SDL\Pas" -O"lib\JEDI-SDLv1.0\SDL\Pas" -I"lib\JEDI-SDLv1.0\SDL\Pas" -R"lib\JEDI-SDLv1.0\SDL\Pas" UltraStar.dpr
copy UltraStar.exe ..\..\
-
cd ..\..\
+
+cd ScoreConverter
+"C:\Program Files\Borland\BDS\4.0\Bin\dcc32.exe" -U"..\Game\Code\Lib\SQLite" -O"..\Game\Code\Lib\SQLite" -I"..\Game\Code\Lib\SQLite" -R"..\Game\Code\Lib\SQLite" ScoreConverter.dpr
+copy ScoreConverter.exe ..\
+
+cd ..\
+
+upx --force -9 *.exe
+
cd Installer
"C:\Program Files\NSIS\makeNSIS.exe" UltraStarDeluxe.nsi