Use the i prefix for the import library only with MSC
This commit is contained in:
parent
a6d7605c22
commit
31c65a35bf
@ -162,7 +162,11 @@ SHL1STDLIBS += $(ADVAPI32LIB)
|
||||
.ENDIF
|
||||
|
||||
SHL1DEPN=
|
||||
.IF "$(COM)" == "MSC"
|
||||
SHL1IMPLIB=i$(TARGET)
|
||||
.ELSE
|
||||
SHL1IMPLIB=uno_$(TARGET)$(COMID)
|
||||
.ENDIF
|
||||
SHL1OBJS = $(SLOFILES)
|
||||
SHL1RPATH=URELIB
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user