summaryrefslogtreecommitdiff
path: root/sc/workben/makefile.mk
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-05-25 10:12:31 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-05-25 10:12:31 +0000
commit7d5cda2bd92511a07bb8f259617711c45cd41a9b (patch)
treed192b9ff2179bef8abbaf2b7284241b95d61b9f6 /sc/workben/makefile.mk
parent97d0e5446279d2c93a167d53491bdfaeeae09567 (diff)
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
Diffstat (limited to 'sc/workben/makefile.mk')
-rw-r--r--sc/workben/makefile.mk6
1 files changed, 4 insertions, 2 deletions
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 >>$@