From 7a8dd2829fce84e2870cf995284c8a0d437c0741 Mon Sep 17 00:00:00 2001 From: botanic Date: Sun, 29 Dec 2013 23:25:09 -0800 Subject: [PATCH] added single bat file to run whole pipeline --- code/nel/tools/build_gamedata/all.bat | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 code/nel/tools/build_gamedata/all.bat diff --git a/code/nel/tools/build_gamedata/all.bat b/code/nel/tools/build_gamedata/all.bat new file mode 100644 index 000000000..d41b60052 --- /dev/null +++ b/code/nel/tools/build_gamedata/all.bat @@ -0,0 +1,17 @@ +TITLE 1_export.py +1_export.py +TITLE 2_build.py +2_build.py +TITLE 3_install.py +3_install.py +TITLE 4_data_shard.py +4_data_shard.py +TITLE 5_client_dev.py +5_client_dev.py +TITLE 6_client_patch.py +6_client_patch.py -bo +TITLE 7_client_install.py +7_client_install.py +PAUSE + +