removed -"^"
This commit is contained in:
parent
cf771443e4
commit
52e92302cf
|
@ -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 -ocompiled\%%i >> temp.txt
|
||||
copy compiled\*.sma compiled\*.amx
|
||||
del compiled\*.sma
|
||||
cls
|
||||
|
|
Loading…
Reference in New Issue
Block a user