-
-
Notifications
You must be signed in to change notification settings - Fork 45
/
buildgxt.bat
7 lines (7 loc) · 1.11 KB
/
buildgxt.bat
1
2
3
4
5
6
7
"tools\GXTCompiler\gxt.exe" -i "text/americanFF.txt" -o "data/update/common/text/americanFF.gxt" -t "tools/GXTCompiler/tables/iv_table.txt" -h1 -k JENKINS -w1 -m0
"tools\GXTCompiler\gxt.exe" -i "text/frenchFF.txt" -o "data/update/common/text/frenchFF.gxt" -t "tools/GXTCompiler/tables/iv_table.txt" -h1 -k JENKINS -w1 -m0
"tools\GXTCompiler\gxt.exe" -i "text/germanFF.txt" -o "data/update/common/text/germanFF.gxt" -t "tools/GXTCompiler/tables/iv_table.txt" -h1 -k JENKINS -w1 -m0
"tools\GXTCompiler\gxt.exe" -i "text/italianFF.txt" -o "data/update/common/text/italianFF.gxt" -t "tools/GXTCompiler/tables/iv_table.txt" -h1 -k JENKINS -w1 -m0
"tools\GXTCompiler\gxt.exe" -i "text/spanishFF.txt" -o "data/update/common/text/spanishFF.gxt" -t "tools/GXTCompiler/tables/iv_table.txt" -h1 -k JENKINS -w1 -m0
"tools\GXTCompiler\gxt.exe" -i "text/russianFF.txt" -o "data/update/common/text/russianFF.gxt" -t "tools/GXTCompiler/tables/iv_table_rus_pc.txt" -h1 -k JENKINS -w1 -m0
"tools\GXTCompiler\gxt.exe" -i "text/japaneseFF.txt" -o "data/update/common/text/japaneseFF.gxt" -t "tools/GXTCompiler/tables/iv_table_jpn_pc.txt" -h1 -k JENKINS -w1 -m0