Fix for bug at16876 (TheRising)
This commit is contained in:
parent
b5a57da29c
commit
3e85589930
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user