diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-09-20 13:31:57 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-09-20 13:31:57 +0000 |
commit | 5a8b2f2f796f20c9f606cdf167c4af9516e45fbf (patch) | |
tree | 0cda5d8bd907f8a4644580c2e01b8dfa0ff91392 /lingucomponent/source/thesaurus | |
parent | b6923cb3f86bbd2649ea7283452529a270662195 (diff) |
INTEGRATION: CWS os2port01 (1.7.30); FILE MERGED
2007/09/05 08:34:27 obr 1.7.30.3: RESYNC: (1.9-1.10); FILE MERGED
2007/07/17 08:52:45 obr 1.7.30.2: RESYNC: (1.7-1.9); FILE MERGED
2006/12/28 15:01:25 ydario 1.7.30.1: OS/2 initial import.
Diffstat (limited to 'lingucomponent/source/thesaurus')
-rw-r--r-- | lingucomponent/source/thesaurus/libnth/makefile.mk | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/lingucomponent/source/thesaurus/libnth/makefile.mk b/lingucomponent/source/thesaurus/libnth/makefile.mk index 938614587a56..d4ea13ed1aa9 100644 --- a/lingucomponent/source/thesaurus/libnth/makefile.mk +++ b/lingucomponent/source/thesaurus/libnth/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.10 $ +# $Revision: 1.11 $ # -# last change: $Author: hr $ $Date: 2007-07-31 13:08:34 $ +# last change: $Author: vg $ $Date: 2007-09-20 14:31:57 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -45,6 +45,9 @@ USE_DEFFILE=TRUE .IF "$(GUI)"=="UNX" MYTHESLIB=-lmythes .ENDIF # unx +.IF "$(GUI)"=="OS2" +MYTHESLIB=$(SLB)\libmythes.lib +.ENDIF # os2 .IF "$(GUI)"=="WNT" MYTHESLIB=libmythes.lib .ENDIF # wnt @@ -54,6 +57,9 @@ MYTHESLIB=libmythes.lib .IF "$(GUI)"=="UNX" ULINGULIB=-lulingu .ENDIF # unx +.IF "$(GUI)"=="OS2" +ULINGULIB=$(SLB)\libulingu.lib +.ENDIF # os2 .IF "$(GUI)"=="WNT" ULINGULIB=libulingu.lib .ENDIF # wnt |