diff options
author | tobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2008-04-07 10:30:46 +0000 |
---|---|---|
committer | tobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2008-04-07 10:30:46 +0000 |
commit | bd3d0f1ad2635b6590333df08657f0c75b6cbf48 (patch) | |
tree | 4b2030fd2021bd768685976d26ba84c37fc1b20a /Game/Code | |
parent | c316180c74e144a5faecfe30ab38c8e4e0ef9e91 (diff) | |
download | usdx-bd3d0f1ad2635b6590333df08657f0c75b6cbf48.tar.gz usdx-bd3d0f1ad2635b6590333df08657f0c75b6cbf48.tar.xz usdx-bd3d0f1ad2635b6590333df08657f0c75b6cbf48.zip |
- added script for rc->res compilation with FPC (rccompile-fpc.bat)
- rccompilieren.bat renamed to rccompile-delphi.bat (sorry if this breaks something)
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1014 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'Game/Code')
-rw-r--r-- | Game/Code/rccompile-delphi.bat | 1 | ||||
-rw-r--r-- | Game/Code/rccompile-fpc.bat | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/Game/Code/rccompile-delphi.bat b/Game/Code/rccompile-delphi.bat new file mode 100644 index 00000000..553562ac --- /dev/null +++ b/Game/Code/rccompile-delphi.bat @@ -0,0 +1 @@ +BRC32 -r -foUltraStar.res UltraStar.rc
diff --git a/Game/Code/rccompile-fpc.bat b/Game/Code/rccompile-fpc.bat new file mode 100644 index 00000000..dc0b5f3a --- /dev/null +++ b/Game/Code/rccompile-fpc.bat @@ -0,0 +1,3 @@ +@set PATH=C:\Programme\lazarus\fpc\2.2.0\bin\i386-win32\;%PATH%
+windres.exe -i UltraStar.rc -o UltraStar.res
+
|