diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-03-26 13:29:34 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-03-26 13:29:34 +0000 |
commit | 23a8ced2711e922a38c5e42d841487056a2d32f3 (patch) | |
tree | a8fb7e5f9bedee22830a5233bd567fee63779f43 /i18npool/source/search | |
parent | eac8e588976d2567c826979a84b4db503845e75d (diff) |
INTEGRATION: CWS mingwport03 (1.5.82); FILE MERGED
2006/09/07 14:35:30 vg 1.5.82.1: #i53572# MinGW port
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 ea5367ac4e4a..a3b6422929de 100644 --- a/i18npool/source/search/makefile.mk +++ b/i18npool/source/search/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.5 $ +# $Revision: 1.6 $ # -# last change: $Author: rt $ $Date: 2005-09-07 17:23:09 $ +# last change: $Author: vg $ $Date: 2007-03-26 14:29:34 $ # # 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" || "$(GUI)"=="MAC" +.IF "$(GUI)"=="UNX" || "$(GUI)"=="MAC" || "$(COM)"=="GCC" I18NREGEXPLIB=-li18nregexp$(COMID) .ELSE I18NREGEXPLIB=ii18nregexp.lib |