From 7d5cda2bd92511a07bb8f259617711c45cd41a9b Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Fri, 25 May 2007 10:12:31 +0000 Subject: INTEGRATION: CWS mingwport04 (1.5.26); FILE MERGED 2007/04/18 10:31:18 vg 1.5.26.1: #i75844# MinGW port efforts part II --- sc/workben/makefile.mk | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'sc/workben/makefile.mk') diff --git a/sc/workben/makefile.mk b/sc/workben/makefile.mk index f40b8b360456..25f165257a85 100644 --- a/sc/workben/makefile.mk +++ b/sc/workben/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.5 $ +# $Revision: 1.6 $ # -# last change: $Author: obo $ $Date: 2007-03-09 09:30:00 $ +# last change: $Author: vg $ $Date: 2007-05-25 11:12:31 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -92,8 +92,10 @@ $(MISC)$/$(SHL1TARGET).def: makefile.mk @echo ------------------------------ @echo Making: $@ @echo LIBRARY $(SHL1TARGET) >$@ +.IF "$(COM)"!="GCC" @echo DESCRIPTION 'StarOne Test-DLL' >>$@ @echo DATA READ WRITE NONSHARED >>$@ +.ENDIF @echo EXPORTS >>$@ @echo component_getImplementationEnvironment @24 >>$@ @echo component_writeInfo @25 >>$@ -- cgit