Update armake Windows executables to 0.5.1

This commit is contained in:
jonpas 2017-02-07 04:13:11 +01:00
parent 601432daa7
commit b722c1dab1
3 changed files with 2 additions and 2 deletions

View File

@ -11,14 +11,14 @@ for /d %%f in (addons\*) do (
set folder=%%f
set name=!folder:addons\=!
echo PBO @ace\addons\ace_!name!.pbo
!armake! build -w unquoted-string -w redefinition-wo-undef -f !folder! @ace\addons\ace_!name!.pbo
!armake! build -i include -w unquoted-string -w redefinition-wo-undef -f !folder! @ace\addons\ace_!name!.pbo
)
for /d %%f in (optionals\*) do (
set folder=%%f
set name=!folder:optionals\=!
echo PBO @ace\optionals\ace_!name!.pbo
!armake! build -w unquoted-string -w redefinition-wo-undef -f !folder! @ace\optionals\ace_!name!.pbo
!armake! build -i include -w unquoted-string -w redefinition-wo-undef -f !folder! @ace\optionals\ace_!name!.pbo
)
pause

Binary file not shown.

Binary file not shown.