mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Update armake Windows executables to 0.5.1
This commit is contained in:
parent
601432daa7
commit
b722c1dab1
4
make.bat
4
make.bat
@ -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.
Loading…
Reference in New Issue
Block a user