ACE3/tools/build.bat
2015-01-21 10:56:06 -08:00

8 lines
166 B
Batchfile

pushd ..\addons\
del /q /f *.pbo
for /D %%i in (*.*) do (
makepbo -NUP -@=z\addons\ace\%%i %%i ace_%%i.pbo
if %errorlevel% neq 0 exit /b %errorlevel%
)
popd