From 08bf54f9cc532f938084c5e164a96466853269dd Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Mon, 22 Aug 2011 22:31:21 +0300 Subject: No need to mention msvcprt.lib here, wntmsc.mk does that Besides, hardcoding msvcprt.lib breaks a dbgutil build where we use msvcprtd.lib. --- shell/source/tools/lngconvex/makefile.mk | 9 --------- 1 file changed, 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 -- cgit