From 3a536f18b19e7510e2323aa55ad25427962322d9 Mon Sep 17 00:00:00 2001 From: Sergeanur Date: Tue, 5 May 2020 15:47:18 +0300 Subject: Add GXT util --- utils/gxt/build.bat | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 utils/gxt/build.bat (limited to 'utils/gxt/build.bat') diff --git a/utils/gxt/build.bat b/utils/gxt/build.bat new file mode 100644 index 00000000..17eb7983 --- /dev/null +++ b/utils/gxt/build.bat @@ -0,0 +1,7 @@ +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 -- cgit v1.2.3