diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-03-26 13:58:54 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-03-26 13:58:54 +0000 |
commit | d2c9392a2510188737a2c6626afe1707319ede38 (patch) | |
tree | a250872ef58345304c9bd9f2fc8ff0801883f3a9 /goodies | |
parent | 1cdbccc2892574fa7325f6d2f700f0c0653ac9a3 (diff) |
INTEGRATION: CWS mingwport03 (1.10.26); FILE MERGED
2006/09/13 14:16:39 vg 1.10.26.1: #i53572# MinGW port
Diffstat (limited to 'goodies')
-rw-r--r-- | goodies/source/filter.vcl/ipict/makefile.mk | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/goodies/source/filter.vcl/ipict/makefile.mk b/goodies/source/filter.vcl/ipict/makefile.mk index 85f51b699906..33267f9a5c0a 100644 --- a/goodies/source/filter.vcl/ipict/makefile.mk +++ b/goodies/source/filter.vcl/ipict/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.10 $ +# $Revision: 1.11 $ # -# last change: $Author: ihi $ $Date: 2006-06-29 11:33:16 $ +# last change: $Author: vg $ $Date: 2007-03-26 14:58:54 $ # # 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)$/ipict.lib .IF "$(GUI)" != "UNX" +.IF "$(COM)" != "GCC" SHL1OBJS= $(SLO)$/ipict.obj .ENDIF +.ENDIF SHL1VERSIONMAP=exports.map SHL1DEF= $(MISC)$/$(SHL1TARGET).def |