diff options
Diffstat (limited to 'src/rccompile-fpc.bat')
-rw-r--r-- | src/rccompile-fpc.bat | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/rccompile-fpc.bat b/src/rccompile-fpc.bat new file mode 100644 index 00000000..ed8d57aa --- /dev/null +++ b/src/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 + |