Fix for bug at16876 (TheRising)

This commit is contained in:
David Anderson 2005-08-18 07:05:33 +00:00
parent b5a57da29c
commit 3e85589930

View File

@ -16,7 +16,7 @@ for sourcefile in *.sma
do
amxxfile="`echo $sourcefile | sed -e 's/\.sma$/.amxx/'`"
echo -n "Compiling $sourcefile ..."
./amxxsc $sourcefile -ocompiled/$amxxfile >> temp.txt
./amxxpc $sourcefile -ocompiled/$amxxfile >> temp.txt
echo "done"
done