Nicer batch scripts for pipeline
parent
b52230832e
commit
e8770db674
@ -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
|
||||
|
||||
|
@ -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
|
@ -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
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue