updated header | added compiler parameter -"^"
This commit is contained in:
parent
0c813c40c7
commit
bd2ef13798
|
@ -1,8 +1,13 @@
|
||||||
|
rem AMX Mod X
|
||||||
|
rem
|
||||||
|
rem (c) 2002-2004, OLO
|
||||||
|
rem modified by the AMX Mod X Development Team
|
||||||
|
|
||||||
@echo off
|
@echo off
|
||||||
|
|
||||||
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