Produce the expected import library name in the MinGW case
This commit is contained in:
parent
00ed6f6f71
commit
fef6942ac3
1 changed files with 4 additions and 0 deletions
|
@ -49,7 +49,11 @@ SHL1STDLIBS = \
|
|||
$(SALLIB)
|
||||
|
||||
SHL1DEPN=
|
||||
.IF "$(COM)" == "MSC"
|
||||
SHL1IMPLIB= i$(TARGET)
|
||||
.ELSE
|
||||
SHL1IMPLIB= $(TARGET)$(UCBHELPER_MAJOR)$(COMID)
|
||||
.ENDIF
|
||||
SHL1USE_EXPORTS=name
|
||||
SHL1LIBS= $(LIB1TARGET)
|
||||
SHL1DEF= $(MISC)$/$(SHL1TARGET).def
|
||||
|
|
Loading…
Reference in a new issue