summaryrefslogtreecommitdiff
path: root/lingucomponent
diff options
context:
space:
mode:
authorYuri Dario <ydario@apache.org>2012-02-18 18:28:22 +0000
committerYuri Dario <ydario@apache.org>2012-02-18 18:28:22 +0000
commitee9bc4299ca0899b7f0e9a65fd73689fe18fa16d (patch)
treeb5edf00d5531abffd3877fda72ba05cbc4f530bd /lingucomponent
parent02e75d8f74aba5e174c3ad0840443c8de146936a (diff)
i118923 - OS/2 port: new link system now uses unix style.
Diffstat (limited to 'lingucomponent')
-rw-r--r--lingucomponent/source/languageguessing/makefile.mk2
-rw-r--r--lingucomponent/source/thesaurus/libnth/makefile.mk5
2 files changed, 2 insertions, 5 deletions
diff --git a/lingucomponent/source/languageguessing/makefile.mk b/lingucomponent/source/languageguessing/makefile.mk
index c582d1934a4d..f257f97c661d 100644
--- a/lingucomponent/source/languageguessing/makefile.mk
+++ b/lingucomponent/source/languageguessing/makefile.mk
@@ -34,7 +34,7 @@ ENABLE_EXCEPTIONS=TRUE
# --- Files --------------------------------------------------------
-.IF "$(GUI)"=="UNX" || "$(GUI)"=="MAC" || "$(GUI)$(COM)"=="WNTGCC"
+.IF "$(GUI)"=="UNX" || "$(GUI)"=="MAC" || "$(GUI)$(COM)"=="WNTGCC" || "$(GUI)"=="OS2"
LIBTEXTCATLIB=-ltextcat
.ELSE # "$(GUI)"=="UNX" || "$(GUI)"=="MAC"
LIBTEXTCATLIB=ilibtextcat.lib
diff --git a/lingucomponent/source/thesaurus/libnth/makefile.mk b/lingucomponent/source/thesaurus/libnth/makefile.mk
index 8c663d314f68..5bbf765e96e6 100644
--- a/lingucomponent/source/thesaurus/libnth/makefile.mk
+++ b/lingucomponent/source/thesaurus/libnth/makefile.mk
@@ -29,12 +29,9 @@ ENABLE_EXCEPTIONS=TRUE
USE_DEFFILE=TRUE
.IF "$(MYTHESLIB)"==""
-.IF "$(GUI)"=="UNX"
+.IF "$(GUI)"=="UNX" || "$(GUI)"=="OS2"
MYTHESLIB=-lmythes
.ENDIF # unx
-.IF "$(GUI)"=="OS2"
-MYTHESLIB=$(SLB)\libmythes.lib
-.ENDIF # os2
.IF "$(GUI)"=="WNT"
MYTHESLIB=libmythes.lib
.ENDIF # wnt