From 23a8ced2711e922a38c5e42d841487056a2d32f3 Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Mon, 26 Mar 2007 13:29:34 +0000 Subject: INTEGRATION: CWS mingwport03 (1.5.82); FILE MERGED 2006/09/07 14:35:30 vg 1.5.82.1: #i53572# MinGW port --- i18npool/source/search/makefile.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'i18npool/source/search') 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 -- cgit