Fix for bug at16876 (TheRising)
This commit is contained in:
parent
b5a57da29c
commit
3e85589930
|
@ -16,7 +16,7 @@ for sourcefile in *.sma
|
||||||
do
|
do
|
||||||
amxxfile="`echo $sourcefile | sed -e 's/\.sma$/.amxx/'`"
|
amxxfile="`echo $sourcefile | sed -e 's/\.sma$/.amxx/'`"
|
||||||
echo -n "Compiling $sourcefile ..."
|
echo -n "Compiling $sourcefile ..."
|
||||||
./amxxsc $sourcefile -ocompiled/$amxxfile >> temp.txt
|
./amxxpc $sourcefile -ocompiled/$amxxfile >> temp.txt
|
||||||
echo "done"
|
echo "done"
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user