summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--basegfx/util/makefile.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/basegfx/util/makefile.mk b/basegfx/util/makefile.mk
index 777f30aba696..cf82c01aa3d3 100644
--- a/basegfx/util/makefile.mk
+++ b/basegfx/util/makefile.mk
@@ -52,7 +52,11 @@ LIB1FILES=\
$(SLB)$/raster.lib
SHL1TARGET= basegfx$(DLLPOSTFIX)
+.IF "$(COM)" == "MSC"
SHL1IMPLIB= ibasegfx
+.ELSE
+SHL1IMPLIB= $(SHL1TARGET)
+.ENDIF
SHL1STDLIBS=\
$(SALLIB) \