removed -"^"

This commit is contained in:
Felix Geyer 2004-02-15 19:50:51 +00:00
parent cf771443e4
commit 52e92302cf

View File

@ -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