diff options
author | jaybinks <jaybinks@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2007-10-11 13:41:38 +0000 |
---|---|---|
committer | jaybinks <jaybinks@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2007-10-11 13:41:38 +0000 |
commit | 9d712ccfef0fc32e5216d3d9f0bf4472341a6c77 (patch) | |
tree | cb6f958938bef1ab3a3364ea0af70809d7d0b6a5 /Game/Code | |
parent | df37a6a52ea5b1856e9e0e4d924a859f3fa472e1 (diff) | |
download | usdx-9d712ccfef0fc32e5216d3d9f0bf4472341a6c77.tar.gz usdx-9d712ccfef0fc32e5216d3d9f0bf4472341a6c77.tar.xz usdx-9d712ccfef0fc32e5216d3d9f0bf4472341a6c77.zip |
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@507 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'Game/Code')
-rw-r--r-- | Game/Code/bamboo-build-win-delphi.bat | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Game/Code/bamboo-build-win-delphi.bat b/Game/Code/bamboo-build-win-delphi.bat index 794f385f..6430ae2b 100644 --- a/Game/Code/bamboo-build-win-delphi.bat +++ b/Game/Code/bamboo-build-win-delphi.bat @@ -1 +1,7 @@ "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
+cp UltraStar.exe ..\..\
+
+cd ..\..\Installer
+"C:\Program Files\NSIS\makeNSIS.exe" UltraStarDeluxe.nsi
+
+cd ..\Game\Code
\ No newline at end of file |