summaryrefslogtreecommitdiff
path: root/regexp/source
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@novell.com>2011-06-21 02:29:08 +0300
committerTor Lillqvist <tlillqvist@novell.com>2011-06-21 02:29:08 +0300
commit62467741ecf1360cfe89c656c9310feab530ae44 (patch)
tree36278f30fa8d9a6891e15f649837e5250fed9ebf /regexp/source
parenta31a128023dbf29d3493417c06a9e3516067add9 (diff)
Use the import library name that i18npool expects with MinGW
Diffstat (limited to 'regexp/source')
-rw-r--r--regexp/source/makefile.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/regexp/source/makefile.mk b/regexp/source/makefile.mk
index 7aa2a2eaa03b..b1ebf69224cf 100644
--- a/regexp/source/makefile.mk
+++ b/regexp/source/makefile.mk
@@ -44,7 +44,11 @@ SLOFILES= \
$(EXCEPTIONSFILES)
SHL1TARGET= $(TARGET)$(COMID)
+.IF "$(COM)" == "MSC"
SHL1IMPLIB= i$(TARGET)
+.ELSE
+SHL1IMPLIB = $(TARGET)$(COMID)
+.ENDIF
DEF1DEPN= $(MISC)$/$(SHL1TARGET).flt
SHL1DEF= $(MISC)$/$(SHL1TARGET).def
DEF1NAME= $(SHL1TARGET)