diff options
author | jaybinks <jaybinks@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2007-10-10 11:35:22 +0000 |
---|---|---|
committer | jaybinks <jaybinks@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2007-10-10 11:35:22 +0000 |
commit | e796e3121568c14ed07bab6b3b76fa015ae3f17f (patch) | |
tree | 63b6351eb79562131d97e8f1c7935e5a81891e01 | |
parent | 07eb7eff4c565009491065f564843e82ecb5863f (diff) | |
download | usdx-e796e3121568c14ed07bab6b3b76fa015ae3f17f.tar.gz usdx-e796e3121568c14ed07bab6b3b76fa015ae3f17f.tar.xz usdx-e796e3121568c14ed07bab6b3b76fa015ae3f17f.zip |
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.01@492 b956fd51-792f-4845-bead-9b4dfca2ff2c
-rw-r--r-- | Game/Code/bamboo-build-win-delphi.bat | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Game/Code/bamboo-build-win-delphi.bat b/Game/Code/bamboo-build-win-delphi.bat index 572d9193..6d97c210 100644 --- a/Game/Code/bamboo-build-win-delphi.bat +++ b/Game/Code/bamboo-build-win-delphi.bat @@ -1,10 +1,8 @@ "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 ..\..\
+copy UltraStar.exe ..\..\
cd ..\..\
-cp InstallerDependencies\* .
-
cd Installer
"C:\Program Files\NSIS\makeNSIS.exe" UltraStarDeluxe.nsi
|