diff options
author | tobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2008-08-27 16:39:08 +0000 |
---|---|---|
committer | tobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2008-08-27 16:39:08 +0000 |
commit | b9010737fc30a726517e607ea205fb0e2eff6f7f (patch) | |
tree | 1512c4cc3eaaf5c22da0ac9c44d35baa708ec67e | |
parent | 0d5d8e6041076b506ffa31cc108fda87d4cbae93 (diff) | |
download | usdx-b9010737fc30a726517e607ea205fb0e2eff6f7f.tar.gz usdx-b9010737fc30a726517e607ea205fb0e2eff6f7f.tar.xz usdx-b9010737fc30a726517e607ea205fb0e2eff6f7f.zip |
resource-file creation script update
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1316 b956fd51-792f-4845-bead-9b4dfca2ff2c
-rw-r--r-- | src/rccompile-delphi.bat | 2 | ||||
-rw-r--r-- | src/rccompile-fpc.bat | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/rccompile-delphi.bat b/src/rccompile-delphi.bat index 7f0e2f0e..cd69530a 100644 --- a/src/rccompile-delphi.bat +++ b/src/rccompile-delphi.bat @@ -1 +1 @@ -BRC32 -r -foUltraStar.res UltraStar.rc +BRC32 -r -foultrastardx.res ultrastardx.rc diff --git a/src/rccompile-fpc.bat b/src/rccompile-fpc.bat index ed8d57aa..d7823d4a 100644 --- a/src/rccompile-fpc.bat +++ b/src/rccompile-fpc.bat @@ -1,3 +1,3 @@ @set PATH=C:\Programme\lazarus\fpc\2.2.0\bin\i386-win32\;%PATH% -windres.exe -i UltraStar.rc -o UltraStar.res +windres.exe -i ultrastardx.rc -o ultrastardx.res |