summaryrefslogtreecommitdiff
path: root/msvc/build_debug.bat
blob: c1576abaee2125fc653f97972f35e4fd0a844d7a (plain)
1
2
3
4
5
6
7
8
9
10
11
@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