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, 0 insertions, 11 deletions
diff --git a/msvc/build_debug.bat b/msvc/build_debug.bat
deleted file mode 100644
index c1576ab..0000000
--- a/msvc/build_debug.bat
+++ /dev/null
@@ -1,11 +0,0 @@
-@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
-