Build windows/uncompressed templates

This commit is contained in:
Oleksii Shevchuk 2017-07-02 18:56:09 +03:00
parent 26f1129c8d
commit 25e0dc3b06
1 changed files with 8 additions and 0 deletions

View File

@ -5,7 +5,15 @@ make -f Makefile ARCH=win32 clean
make -f Makefile ARCH=win32
make -f Makefile DEBUG=1 ARCH=win32 clean
make -f Makefile DEBUG=1 ARCH=win32
make -f Makefile ARCH=win32 UNCOMPRESSED=1 clean
make -f Makefile ARCH=win32 UNCOMPRESSED=1
make -f Makefile DEBUG=1 ARCH=win32 UNCOMPRESSED=1 clean
make -f Makefile DEBUG=1 ARCH=win32 UNCOMPRESSED=1
make -f Makefile ARCH=win64 clean
make -f Makefile ARCH=win64
make -f Makefile DEBUG=1 ARCH=win64 clean
make -f Makefile DEBUG=1 ARCH=win64
make -f Makefile ARCH=win64 UNCOMPRESSED=1 clean
make -f Makefile ARCH=win64 UNCOMPRESSED=1
make -f Makefile DEBUG=1 ARCH=win64 UNCOMPRESSED=1 clean
make -f Makefile DEBUG=1 ARCH=win64 UNCOMPRESSED=1