Files
dsrc/sku.0/sys.server/compiled/game/script/make_release
T
2013-09-10 23:17:15 -07:00

11 lines
237 B
Bash

#!/bin/bash
DATAPATH=../../../../../../../../data/sku.0/sys.server/plt.shared/loc.shared/compiled/game
FILES=$1
if [[ $1 == "" ]]; then
FILES=`find -name "*.java"`;
fi;
javac -g -sourcepath . -classpath $DATAPATH -d $DATAPATH $FILES