diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-03-26 13:57:33 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-03-26 13:57:33 +0000 |
commit | 70fd4a4734c92eb3a4c4e2e514b1eb6f521f3718 (patch) | |
tree | 45b244381e2e219d71d6ebe0c171a8545e74e40c /goodies | |
parent | e7fb7d2dcaca2963ed81766672f6149f39d25d03 (diff) |
INTEGRATION: CWS mingwport03 (1.11.26); FILE MERGED
2006/09/13 14:16:36 vg 1.11.26.1: #i53572# MinGW port
Diffstat (limited to 'goodies')
-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 |