diff options
author | jaybinks <jaybinks@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2007-10-09 11:50:36 +0000 |
---|---|---|
committer | jaybinks <jaybinks@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2007-10-09 11:50:36 +0000 |
commit | b607ad1e90500f26c0bc71b1ffba77f701d91183 (patch) | |
tree | 0e195e136436f672fb238ffaf9c590d6c33674c9 /Game | |
parent | 4aaefb9e382f6d40b4ec1386d55ab3633afd6a35 (diff) | |
download | usdx-b607ad1e90500f26c0bc71b1ffba77f701d91183.tar.gz usdx-b607ad1e90500f26c0bc71b1ffba77f701d91183.tar.xz usdx-b607ad1e90500f26c0bc71b1ffba77f701d91183.zip |
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.01@485 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'Game')
-rw-r--r-- | Game/Code/bamboo-build-win-delphi.bat | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Game/Code/bamboo-build-win-delphi.bat b/Game/Code/bamboo-build-win-delphi.bat index 794f385f..572d9193 100644 --- a/Game/Code/bamboo-build-win-delphi.bat +++ b/Game/Code/bamboo-build-win-delphi.bat @@ -1 +1,11 @@ "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 ..\..\
+
+cp InstallerDependencies\* .
+
+cd Installer
+"C:\Program Files\NSIS\makeNSIS.exe" UltraStarDeluxe.nsi
+
+cd ..\Game\Code
\ No newline at end of file |