summaryrefslogtreecommitdiff
path: root/sax/source/tools/makefile.mk
diff options
context:
space:
mode:
Diffstat (limited to 'sax/source/tools/makefile.mk')
-rw-r--r--sax/source/tools/makefile.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/sax/source/tools/makefile.mk b/sax/source/tools/makefile.mk
index 5923fc5a7785..abece06312ba 100644
--- a/sax/source/tools/makefile.mk
+++ b/sax/source/tools/makefile.mk
@@ -45,7 +45,11 @@ SLOFILES = \
$(SLO)$/fshelper.obj
SHL1TARGET= $(TARGET)$(DLLPOSTFIX)
+.IF "$(COM)" == "MSC"
SHL1IMPLIB= i$(TARGET)
+.ELSE
+SHL1IMPLIB= $(TARGET)$(DLLPOSTFIX)
+.ENDIF
SHL1STDLIBS= \
$(CPPULIB) \