From bd3d0f1ad2635b6590333df08657f0c75b6cbf48 Mon Sep 17 00:00:00 2001 From: tobigun Date: Mon, 7 Apr 2008 10:30:46 +0000 Subject: - 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 --- Game/Code/rccompile-delphi.bat | 1 + Game/Code/rccompile-fpc.bat | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 Game/Code/rccompile-delphi.bat create mode 100644 Game/Code/rccompile-fpc.bat 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 + -- cgit v1.2.3