mirror of
https://github.com/glest/glest-source.git
synced 2025-08-29 10:49:48 +02:00
osx: rename script
* changes some references of mg to zg
This commit is contained in:
@@ -52,15 +52,15 @@ if [ "$SOURCE_BRANCH" != "" ]; then echo "Detected parameters for source reposit
|
||||
[[ -d "$RELEASEDIR" ]] && rm -rf "$RELEASEDIR"
|
||||
mkdir -p "$RELEASEDIR"
|
||||
|
||||
if [ $skipbinarybuild = 0 ]
|
||||
if [ $skipbinarybuild = 0 ]
|
||||
then
|
||||
# build the binaries
|
||||
echo "building binaries ..."
|
||||
cd $PROJDIR
|
||||
[[ -d "build" ]] && rm -rf "build"
|
||||
./build-mg.sh
|
||||
./build-zg.sh
|
||||
if [ $? -ne 0 ]; then
|
||||
echo 'ERROR: "./build-mg.sh" failed.' >&2; exit 1
|
||||
echo 'ERROR: "./build-zg.sh" failed.' >&2; exit 1
|
||||
fi
|
||||
else
|
||||
echo "SKIPPING build of binaries ..."
|
||||
|
@@ -42,11 +42,11 @@ B_SCRIPT_DIR="$GAMEDIR"
|
||||
|
||||
# -------
|
||||
# useful for mods
|
||||
BASIC_SCRIPT="start_megaglest"
|
||||
FAKE_EXC_BINARY_MAC="MegaGlest"
|
||||
EXC_BINARY="megaglest"
|
||||
EXC_BINARY_DISTRO="megaglest"
|
||||
SHORT_GAME_NAME="megaglest"
|
||||
BASIC_SCRIPT="start_zetaglest"
|
||||
FAKE_EXC_BINARY_MAC="ZetaGlest"
|
||||
EXC_BINARY="ZetaGlest"
|
||||
EXC_BINARY_DISTRO="zetaglest"
|
||||
SHORT_GAME_NAME="zetaglest"
|
||||
# -------
|
||||
PORTSTART=62001
|
||||
NUM_OM_SERVERS=2
|
Reference in New Issue
Block a user