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

Use the i prefix for the import library only with MSC

üst 1f357a5f
......@@ -53,7 +53,11 @@ LIB1TARGET= $(SLB)$/$(TARGET).lib
LIB1FILES= $(SLB)$/$(TARGET)cpp.lib
SHL1TARGET= $(TARGET)
.IF "$(COM)" == "MSC"
SHL1IMPLIB= ireg
.ELSE
SHL1IMPLIB= $(TARGET)
.ENDIF
SHL1STDLIBS= \
$(SALLIB) \
$(STORELIB)
......
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