diff options
-rw-r--r-- | goodies/source/filter.vcl/idxf/makefile.mk | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/goodies/source/filter.vcl/idxf/makefile.mk b/goodies/source/filter.vcl/idxf/makefile.mk index 282fd38ff4bf..b00c934cb5d6 100644 --- a/goodies/source/filter.vcl/idxf/makefile.mk +++ b/goodies/source/filter.vcl/idxf/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.11 $ +# $Revision: 1.12 $ # -# last change: $Author: ihi $ $Date: 2006-06-29 11:31:42 $ +# last change: $Author: vg $ $Date: 2007-03-26 14:57:33 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -71,8 +71,10 @@ SHL1STDLIBS= $(VCLLIB) $(TOOLSLIB) $(SALLIB) SHL1LIBS= $(SLB)$/idxf.lib # $(LB)$/rtftoken.lib .IF "$(GUI)" != "UNX" +.IF "$(COM)" != "GCC" SHL1OBJS= $(SLO)$/idxf.obj .ENDIF +.ENDIF SHL1VERSIONMAP=exports.map SHL1DEF= $(MISC)$/$(SHL1TARGET).def |