compatible to new include files
This commit is contained in:
@ -6,7 +6,7 @@ rem modified by the AMX Mod X Development Team
|
||||
|
||||
if not exist compiled mkdir compiled
|
||||
if exist temp.txt del temp.txt
|
||||
for %%i in (*.sma) do sc %%i -ocompiled\%%i >> temp.txt
|
||||
for %%i in (*.sma) do sc %%i -e%%i.txt -ocompiled\%%i >> temp.txt
|
||||
copy compiled\*.sma compiled\*.amx
|
||||
del compiled\*.sma
|
||||
cls
|
||||
|
Reference in New Issue
Block a user