summaryrefslogtreecommitdiff
path: root/msvc/build_release.bat
blob: 7bcae24ac4978dc59d3774b2a1c0c10fbe6c9b88 (plain)
1
2
3
4
5
6
7
8
9
@echo off

echo build 32 bit RELEASE
gmake -f libtasn1.mak VSTOOLSET=VS140 CONFIG=Release ARCH=32 clean 
gmake -f libtasn1.mak VSTOOLSET=VS140 CONFIG=Release ARCH=32 
echo build 64 bit RELEASE
gmake -f libtasn1.mak VSTOOLSET=VS140 CONFIG=Release ARCH=64 clean 
gmake -f libtasn1.mak VSTOOLSET=VS140 CONFIG=Release ARCH=64