summaryrefslogtreecommitdiff
path: root/soltools
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@suse.com>2011-12-20 18:06:46 +0200
committerTor Lillqvist <tlillqvist@suse.com>2011-12-20 18:08:08 +0200
commit7d3c674a0444e7688178b00ae4675bb65c685798 (patch)
treec24d4262dffc8b2fb98aef9bfdcf6e67b893faa8 /soltools
parent29b6eda7e5909106d8325f75b3ae0cda579385b5 (diff)
Abandon attempt to use the debug CRT in a dbgutil build
Diffstat (limited to 'soltools')
-rw-r--r--soltools/mkdepend/makefile.mk5
1 files changed, 0 insertions, 5 deletions
diff --git a/soltools/mkdepend/makefile.mk b/soltools/mkdepend/makefile.mk
index 9c700ff6754e..d10f50f99356 100644
--- a/soltools/mkdepend/makefile.mk
+++ b/soltools/mkdepend/makefile.mk
@@ -71,12 +71,7 @@ APP1OBJS=$(OBJFILES)
APP1RPATH=NONE
.IF "$(COM)"=="MSC"
-.IF "$(dbgutil)"==""
APP1STDLIBS+=msvcprt.lib
-.ELSE
-APP1STDLIBS+=msvcprtd.lib
-CDEFS+=-D_DEBUG
-.ENDIF # "$(DBG_UTIL)"==""
.ENDIF # "$(COM)"=="MSC"
.IF "$(OS)"=="SOLARIS"