blob: bbde59a35e4a005860e1ad86849011ac851becf2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
del UltraStar.res
"C:\Program Files\Borland\BDS\4.0\Bin\BRC32 -r UltraStar.RC
"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
"E:\Programme\NSIS\makeNSIS.exe" UltraStarDeluxe.nsi
cd u3portable
7za.exe a -tzip Files.zip "Manifest\*" "Data\*" "Host\*"
ren "Files.zip" "UltraStar Deluxe Portable.u3p"
cd ..\..\Game\Code
|