diff options
-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 |