aboutsummaryrefslogtreecommitdiffstats
path: root/Game
diff options
context:
space:
mode:
Diffstat (limited to 'Game')
-rw-r--r--Game/Code/rccompile-delphi.bat1
-rw-r--r--Game/Code/rccompile-fpc.bat3
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
+