diff --git a/support/aphlict/client/build_aphlict_client.sh b/support/aphlict/client/build_aphlict_client.sh index 0d2e4ae122..a9a324052a 100755 --- a/support/aphlict/client/build_aphlict_client.sh +++ b/support/aphlict/client/build_aphlict_client.sh @@ -1,20 +1,18 @@ #!/bin/sh BASEDIR=`dirname $0` ROOT=`cd $BASEDIR/../../../ && pwd`; if [ -z "$MXMLC" ]; then echo "ERROR: Define environmental variable MXMLC to point to 'mxmlc' binary."; exit 1; fi; set -e $MXMLC \ -output=$ROOT/webroot/rsrc/swf/aphlict.swf \ - -default-background-color=0x444444 \ - -default-size=500,500 \ -warnings=true \ -source-path=$ROOT/externals/vegas/src \ -static-link-runtime-shared-libraries=true \ $BASEDIR/src/AphlictClient.as