Schedule debug build in build.sh (windows)

This commit is contained in:
Oleksii Shevchuk 2016-12-02 16:00:25 +02:00
parent 4a9ebd573d
commit ecdedfe5dd
1 changed files with 4 additions and 0 deletions

View File

@ -3,5 +3,9 @@
./buildenv.sh
make -f Makefile ARCH=win32 clean
make -f Makefile ARCH=win32
make -f Makefile DEBUG=1 ARCH=win32 clean
make -f Makefile ARCH=win32
make -f Makefile ARCH=win64 clean
make -f Makefile ARCH=win64
make -f Makefile DEBUG=1 ARCH=win64 clean
make -f Makefile ARCH=win64