diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-11-02 11:38:04 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-11-02 11:38:04 +0000 |
commit | 4a2f2b8c760e9ba869ce86b13eb88123d9297f97 (patch) | |
tree | 1ded346c835967af344b79e00022ecea9fb3e40c /i18npool/source/search | |
parent | d9b8e42cae95c6c56637d7545fc6aca507229d8d (diff) |
INTEGRATION: CWS os2port02 (1.7.30); FILE MERGED
2007/09/29 16:40:31 ydario 1.7.30.1: Issue number: i82034
Submitted by: ydario
Reviewed by: ydario
Commit of changes for OS/2 CWS source code integration.
Diffstat (limited to 'i18npool/source/search')
-rw-r--r-- | i18npool/source/search/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/i18npool/source/search/makefile.mk b/i18npool/source/search/makefile.mk index 2d25278e3297..f1c3ed792739 100644 --- a/i18npool/source/search/makefile.mk +++ b/i18npool/source/search/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.7 $ +# $Revision: 1.8 $ # -# last change: $Author: rt $ $Date: 2007-07-03 14:12:36 $ +# last change: $Author: hr $ $Date: 2007-11-02 12:38:04 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -57,7 +57,7 @@ SLOFILES= \ SHL1TARGET= $(TARGET) SHL1OBJS= $(SLOFILES) -.IF "$(GUI)"=="UNX" || "$(COM)"=="GCC" +.IF ("$(GUI)"=="UNX" || "$(COM)"=="GCC") && "$(GUI)"!="OS2" I18NREGEXPLIB=-li18nregexp$(COMID) .ELSE I18NREGEXPLIB=ii18nregexp.lib |