mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2025-01-26 13:48:03 +03:00
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…
x
Reference in New Issue
Block a user