summaryrefslogtreecommitdiffstats
path: root/sc/workben
diff options
context:
space:
mode:
Diffstat (limited to 'sc/workben')
-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 >>$@