mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
gitignore updated. Development build.bat added.
This commit is contained in:
parent
979222d21c
commit
876fa59a32
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
*.pbo
|
||||||
|
$PBOPREFIX$
|
4
tools/build.bat
Normal file
4
tools/build.bat
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
pushd ..\addons\
|
||||||
|
for /D %%i in (*.*) do (
|
||||||
|
makepbo -NUP -@=z\addons\ace\%%i %%i ace_%%i.pbo
|
||||||
|
)
|
Loading…
Reference in New Issue
Block a user