mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-25 06:15:37 +03:00
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 not exist compiled mkdir compiled
|
||||||
if exist temp.txt del temp.txt
|
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
|
copy compiled\*.sma compiled\*.amx
|
||||||
del compiled\*.sma
|
del compiled\*.sma
|
||||||
cls
|
cls
|
||||||
|
Loading…
Reference in New Issue
Block a user