summaryrefslogtreecommitdiffstats
path: root/i18npool/source/paper
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@novell.com>2011-06-21 12:37:25 +0300
committerTor Lillqvist <tlillqvist@novell.com>2011-06-21 13:27:24 +0300
commit6423a66abff68d421fc356d5df9e3193da59014d (patch)
treef81ccb2697f6ddb600f15e2e4a404cd7311d636e /i18npool/source/paper
parentDon't use backslashes in #include, eek (diff)
downloadcore-6423a66abff68d421fc356d5df9e3193da59014d.tar.gz
core-6423a66abff68d421fc356d5df9e3193da59014d.zip
Use "Unix-style" (import) library names for MinGW, to match libs.mk
Diffstat (limited to 'i18npool/source/paper')
-rw-r--r--i18npool/source/paper/makefile.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/i18npool/source/paper/makefile.mk b/i18npool/source/paper/makefile.mk
index fa05cc21f3f9..f0b9bc8b02f1 100644
--- a/i18npool/source/paper/makefile.mk
+++ b/i18npool/source/paper/makefile.mk
@@ -44,7 +44,11 @@ SLOFILES=$(SLO)$/paper.obj
SHL1OBJS=$(SLOFILES)
SHL1TARGET=$(TARGET)$(DLLPOSTFIX)
+.IF "$(COM)" == "MSC"
SHL1IMPLIB=i$(TARGET)
+.ELSE
+SHL1IMPLIB=$(TARGET)$(DLLPOSTFIX)
+.ENDIF
DEF1DEPN=$(MISC)$/$(SHL1TARGET).flt
SHL1DEF=$(MISC)$/$(SHL1TARGET).def