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

Generate correctly named import library for WNTGCC

üst b3d69a2d
......@@ -53,7 +53,11 @@ LIB1FILES=\
# ==========================================================================
SHL1TARGET=$(TARGET)$(DLLPOSTFIX)
.IF "$(COM)" == "MSC"
SHL1IMPLIB=i$(TARGET)
.ELSE
SHL1IMPLIB=$(TARGET)$(DLLPOSTFIX)
.ENDIF
SHL1STDLIBS=$(UNOTOOLSLIB) $(TOOLSLIB) $(CPPULIB) $(CPPUHELPERLIB) $(SALLIB) $(VCLLIB) $(COMPHELPERLIB) $(SVTOOLLIB) $(SVLLIB) $(SFXLIB)
SHL1DEF=$(MISC)$/$(SHL1TARGET).def
SHL1LIBS=$(SLB)$/$(TARGET).lib
......
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