Initial revision
This commit is contained in:
12
plugins/compile.bat
Executable file
12
plugins/compile.bat
Executable file
@ -0,0 +1,12 @@
|
||||
@echo off
|
||||
|
||||
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
|
Reference in New Issue
Block a user