blob: c1576abaee2125fc653f97972f35e4fd0a844d7a [file] [log] [blame]
@echo off
echo build 32 bit DEBUG
gmake -f libtasn1.mak VSTOOLSET=VS140 CONFIG=Debug ARCH=32 clean >nul
gmake -f libtasn1.mak VSTOOLSET=VS140 CONFIG=Debug ARCH=32
gmake -f test_parser.mak VSTOOLSET=VS140 CONFIG=Debug ARCH=32
echo build 64 bit DEBUG
gmake -f libtasn1.mak VSTOOLSET=VS140 CONFIG=Debug ARCH=64 clean >nul
gmake -f libtasn1.mak VSTOOLSET=VS140 CONFIG=Debug ARCH=64
gmake -f test_parser.mak VSTOOLSET=VS140 CONFIG=Debug ARCH=64