summaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@novell.com>2011-08-22 22:31:21 +0300
committerTor Lillqvist <tlillqvist@novell.com>2011-08-22 22:38:34 +0300
commit08bf54f9cc532f938084c5e164a96466853269dd (patch)
tree88fa144757544dd1879381a85dae7ec0db367a68 /shell
parent2fbd5d475049576fca51ecb10941dd56ca87133a (diff)
No need to mention msvcprt.lib here, wntmsc.mk does that
Besides, hardcoding msvcprt.lib breaks a dbgutil build where we use msvcprtd.lib.
Diffstat (limited to 'shell')
-rwxr-xr-xshell/source/tools/lngconvex/makefile.mk9
1 files changed, 0 insertions, 9 deletions
diff --git a/shell/source/tools/lngconvex/makefile.mk b/shell/source/tools/lngconvex/makefile.mk
index 288f655376eb..f7f229772f8f 100755
--- a/shell/source/tools/lngconvex/makefile.mk
+++ b/shell/source/tools/lngconvex/makefile.mk
@@ -54,19 +54,10 @@ APP1TARGET=$(TARGET)
APP1OBJS=$(OBJ)$/$(TARGET).obj\
$(OBJ)$/cmdline.obj
-# need msvcprt.lib for bad_cast exception
-# symbols if we compiler with exceptions
-# only valid for a tool like this
-
APP1STDLIBS= $(SALLIB)\
$(TOOLSLIB)\
$(I18NISOLANGLIB)
-.IF "$(COM)"!="GCC"
-APP1STDLIBS+= msvcprt.lib
-#$(TOOLSLIBST)
-.ENDIF
-
# --- Targets ------------------------------------------------------
.INCLUDE : target.mk