diff options
author | Tor Lillqvist <tlillqvist@novell.com> | 2011-08-22 22:31:21 +0300 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@novell.com> | 2011-08-22 22:38:34 +0300 |
commit | 08bf54f9cc532f938084c5e164a96466853269dd (patch) | |
tree | 88fa144757544dd1879381a85dae7ec0db367a68 | |
parent | 2fbd5d475049576fca51ecb10941dd56ca87133a (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.
-rwxr-xr-x | shell/source/tools/lngconvex/makefile.mk | 9 |
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 |