diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-03-26 13:59:41 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-03-26 13:59:41 +0000 |
commit | 6ab3863421e2376030b05cb33c0ef12fc4be37bc (patch) | |
tree | c3e24c3f3f17128ee407c510c8c7a3b20b9d68fd /goodies | |
parent | f745a8845d583f781924048a949e3ccb898f9847 (diff) |
INTEGRATION: CWS mingwport03 (1.9.26); FILE MERGED
2006/09/13 14:16:40 vg 1.9.26.1: #i53572# MinGW port
Diffstat (limited to 'goodies')
-rw-r--r-- | goodies/source/filter.vcl/itga/makefile.mk | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/goodies/source/filter.vcl/itga/makefile.mk b/goodies/source/filter.vcl/itga/makefile.mk index 2678acd98a0a..52b2cc888993 100644 --- a/goodies/source/filter.vcl/itga/makefile.mk +++ b/goodies/source/filter.vcl/itga/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.9 $ +# $Revision: 1.10 $ # -# last change: $Author: ihi $ $Date: 2006-06-29 11:33:58 $ +# last change: $Author: vg $ $Date: 2007-03-26 14:59:41 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -59,8 +59,10 @@ SHL1STDLIBS= $(VCLLIB) $(TOOLSLIB) $(SALLIB) SHL1LIBS= $(SLB)$/itga.lib .IF "$(GUI)" != "UNX" +.IF "$(COM)" != "GCC" SHL1OBJS= $(SLO)$/itga.obj .ENDIF +.ENDIF SHL1VERSIONMAP=exports.map SHL1DEF= $(MISC)$/$(SHL1TARGET).def |