diff options
author | Sergeanur <s.anureev@yandex.ua> | 2020-12-07 16:09:31 +0100 |
---|---|---|
committer | Sergeanur <s.anureev@yandex.ua> | 2020-12-07 16:09:31 +0100 |
commit | 4b4f59a5d45a524d2ce49b4ad2bd951c97df25ca (patch) | |
tree | d56565a69ae5ec6e6a6da68d1f3cf3d69ab5324b /utils/gxt/build.bat | |
parent | Merge pull request #865 from Nick007J/miami (diff) | |
download | re3-4b4f59a5d45a524d2ce49b4ad2bd951c97df25ca.tar re3-4b4f59a5d45a524d2ce49b4ad2bd951c97df25ca.tar.gz re3-4b4f59a5d45a524d2ce49b4ad2bd951c97df25ca.tar.bz2 re3-4b4f59a5d45a524d2ce49b4ad2bd951c97df25ca.tar.lz re3-4b4f59a5d45a524d2ce49b4ad2bd951c97df25ca.tar.xz re3-4b4f59a5d45a524d2ce49b4ad2bd951c97df25ca.tar.zst re3-4b4f59a5d45a524d2ce49b4ad2bd951c97df25ca.zip |
Diffstat (limited to '')
-rw-r--r-- | utils/gxt/build.bat | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/utils/gxt/build.bat b/utils/gxt/build.bat index 17eb7983..7327497f 100644 --- a/utils/gxt/build.bat +++ b/utils/gxt/build.bat @@ -1,7 +1,5 @@ -gxt -g III -i "american.txt" -o "../../gamefiles/TEXT/american.gxt" -gxt -g III -i "english.txt" -o "../../gamefiles/TEXT/english.gxt" -gxt -g III -i "french.txt" -o "../../gamefiles/TEXT/french.gxt" -gxt -g III -i "german.txt" -o "../../gamefiles/TEXT/german.gxt" -gxt -g III -i "italian.txt" -o "../../gamefiles/TEXT/italian.gxt" -gxt -g III -i "spanish.txt" -o "../../gamefiles/TEXT/spanish.gxt" -gxt -g III -r -i "russian.txt" -o "../../gamefiles/TEXT/russian.gxt"
\ No newline at end of file +gxt -g VC -i "american.txt" -o "../../gamefiles/TEXT/american.gxt" +gxt -g VC -i "french.txt" -o "../../gamefiles/TEXT/french.gxt" +gxt -g VC -i "german.txt" -o "../../gamefiles/TEXT/german.gxt" +gxt -g VC -i "italian.txt" -o "../../gamefiles/TEXT/italian.gxt" +gxt -g VC -i "spanish.txt" -o "../../gamefiles/TEXT/spanish.gxt"
\ No newline at end of file |