Kaydet (Commit) 08bf54f9 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

No need to mention msvcprt.lib here, wntmsc.mk does that

Besides, hardcoding msvcprt.lib breaks a dbgutil build where we use
msvcprtd.lib.
üst 2fbd5d47
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment