summaryrefslogtreecommitdiff
path: root/msvc/build_debug.bat
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2018-01-21 10:49:45 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2018-01-21 10:50:55 +0100
commit73fa8255ac65985b2a7b5596191892b6027e0c4d (patch)
treea5e507c78667024dd81e852c80f453b4f2046b37 /msvc/build_debug.bat
parent946565d8eb05fbf7970ea366e817581bb5a90910 (diff)
downloadlibtasn1-master.tar.gz
development moved to gitlabHEADmaster
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
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
-