summaryrefslogtreecommitdiff
path: root/msvc/build_debug.bat
diff options
context:
space:
mode:
Diffstat (limited to 'msvc/build_debug.bat')
-rw-r--r--msvc/build_debug.bat11
1 files changed, 11 insertions, 0 deletions
diff --git a/msvc/build_debug.bat b/msvc/build_debug.bat
new file mode 100644
index 0000000..c1576ab
--- /dev/null
+++ b/msvc/build_debug.bat
@@ -0,0 +1,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
+