removed (will be replaced by compile.exe)
This commit is contained in:
parent
fca13d171f
commit
a5ca11f88f
@ -1,19 +0,0 @@
|
||||
@echo off
|
||||
rem AMX Mod X
|
||||
rem
|
||||
rem by the AMX Mod X Development Team
|
||||
rem originally developed by OLO
|
||||
rem
|
||||
rem This file is part of AMX Mod X.
|
||||
|
||||
|
||||
if not exist compiled mkdir compiled
|
||||
if exist temp.txt del temp.txt
|
||||
for %%i in (*.sma) do sc %%i -ocompiled\%%i >> temp.txt
|
||||
copy compiled\*.sma compiled\*.amx
|
||||
del compiled\*.sma
|
||||
cls
|
||||
type temp.txt
|
||||
del temp.txt
|
||||
|
||||
pause
|
Loading…
Reference in New Issue
Block a user