From 3c5d35137dcb803bef80660532e1fa6224cf729d Mon Sep 17 00:00:00 2001 From: kaetemi Date: Thu, 20 Feb 2014 01:06:29 +0100 Subject: [PATCH] Nicer batch scripts for pipeline --- code/nel/tools/build_gamedata/all.bat | 19 ------------------- code/nel/tools/build_gamedata/all_dev.bat | 11 +++++++++++ .../tools/build_gamedata/executables_dev.bat | 7 +++++++ .../tools/build_gamedata/interface_dev.bat | 5 +++++ .../tools/build_gamedata/leveldesign_dev.bat | 6 ++++++ 5 files changed, 29 insertions(+), 19 deletions(-) delete mode 100644 code/nel/tools/build_gamedata/all.bat create mode 100644 code/nel/tools/build_gamedata/all_dev.bat create mode 100644 code/nel/tools/build_gamedata/executables_dev.bat diff --git a/code/nel/tools/build_gamedata/all.bat b/code/nel/tools/build_gamedata/all.bat deleted file mode 100644 index 3c236aabe..000000000 --- a/code/nel/tools/build_gamedata/all.bat +++ /dev/null @@ -1,19 +0,0 @@ -TITLE 1_export.py -1_export.py -TITLE 2_build.py -2_build.py -TITLE 3_install.py -3_install.py -TITLE 4_worldedit_data.py -4_worldedit_data.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 -TITLE 8_shard_data.py -8_shard_data.py -PAUSE - - diff --git a/code/nel/tools/build_gamedata/all_dev.bat b/code/nel/tools/build_gamedata/all_dev.bat new file mode 100644 index 000000000..24a7e7b4c --- /dev/null +++ b/code/nel/tools/build_gamedata/all_dev.bat @@ -0,0 +1,11 @@ +title Ryzom Core: 1_export.py +1_export.py +title Ryzom Core: 2_build.py +2_build.py +title Ryzom Core: 3_install.py +3_install.py +title Ryzom Core: 5_client_dev.py +5_client_dev.py +title Ryzom Core: 8_shard_data.py +8_shard_data.py +title Ryzom Core: Ready diff --git a/code/nel/tools/build_gamedata/executables_dev.bat b/code/nel/tools/build_gamedata/executables_dev.bat new file mode 100644 index 000000000..a42a6234d --- /dev/null +++ b/code/nel/tools/build_gamedata/executables_dev.bat @@ -0,0 +1,7 @@ +title Ryzom Core: 3_install.py (EXECUTABLES) +3_install.py -ipj common/gamedev common/exedll common/cfg +title Ryzom Core: 5_client_dev.py (EXECUTABLES) +5_client_dev.py +title Ryzom Core: 8_shard_data.py (EXECUTABLES) +8_shard_data.py +title Ryzom Core: Ready diff --git a/code/nel/tools/build_gamedata/interface_dev.bat b/code/nel/tools/build_gamedata/interface_dev.bat index 1c5fa04eb..efc2b2b18 100644 --- a/code/nel/tools/build_gamedata/interface_dev.bat +++ b/code/nel/tools/build_gamedata/interface_dev.bat @@ -1,4 +1,9 @@ +title Ryzom Core: 1_export.py (INTERFACE) 1_export.py -ipj common/gamedev common/data_common common/exedll common/cfg common/interface common/sfx common/fonts common/outgame +title Ryzom Core: 2_build.py (INTERFACE) 2_build.py -ipj common/gamedev common/data_common common/exedll common/cfg common/interface common/sfx common/fonts common/outgame +title Ryzom Core: 3_install.py (INTERFACE) 3_install.py -ipj common/gamedev common/data_common common/exedll common/cfg common/interface common/sfx common/fonts common/outgame +title Ryzom Core: 5_client_dev.py (INTERFACE) 5_client_dev.py +title Ryzom Core: Ready diff --git a/code/nel/tools/build_gamedata/leveldesign_dev.bat b/code/nel/tools/build_gamedata/leveldesign_dev.bat index 22e6c7fe6..c2f237d33 100644 --- a/code/nel/tools/build_gamedata/leveldesign_dev.bat +++ b/code/nel/tools/build_gamedata/leveldesign_dev.bat @@ -1,5 +1,11 @@ +title Ryzom Core: 1_export.py (LEVELDESIGN) 1_export.py -ipj common/gamedev common/data_common common/data_shard common/leveldesign common/exedll common/cfg shard/data_shard shard/data_language +title Ryzom Core: 2_build.py (LEVELDESIGN) 2_build.py -ipj common/gamedev common/data_common common/data_shard common/leveldesign common/exedll common/cfg shard/data_shard shard/data_language +title Ryzom Core: 3_install.py (LEVELDESIGN) 3_install.py -ipj common/gamedev common/data_common common/data_shard common/leveldesign common/exedll common/cfg shard/data_shard shard/data_language +title Ryzom Core: 5_client_dev.py (LEVELDESIGN) 5_client_dev.py +title Ryzom Core: 8_shard_data.py (LEVELDESIGN) 8_shard_data.py +title Ryzom Core: Ready