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

Generate correctly named import library for WNTGCC

üst e1e41876
......@@ -72,7 +72,11 @@ SHL1STDLIBS=\
SHL1STDLIBS+=$(UCBHELPERLIB)
.ENDIF
.IF "$(COM)" == "MSC"
SHL1IMPLIB= idbtools
.ELSE
SHL1IMPLIB= dbtools$(DLLPOSTFIX)
.ENDIF
SHL1LIBS= $(LIB1TARGET)
SHL1DEF= $(MISC)$/$(SHL1TARGET).def
......
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