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

No i prefix for import library with MinGW thanks

üst a65ee94f
......@@ -58,7 +58,11 @@ SHL1TARGET = $(FRAMEWORKLIB)
.ENDIF # UNIXVERSIONNAMES
SHL1DEPN=
.IF "$(COM)" == "MSC"
SHL1IMPLIB = i$(FRAMEWORKLIB)
.ELSE
SHL1IMPLIB = $(FRAMEWORKLIB)
.ENDIF
SHL1LIBS = $(SLB)$/$(TARGET).lib
SHL1STDLIBS = $(CPPUHELPERLIB) $(SALLIB) $(LIBXML2LIB)
SHL1RPATH = URELIB
......
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