summaryrefslogtreecommitdiff
path: root/goodies/util
diff options
context:
space:
mode:
authorThorsten Behrens <thb@openoffice.org>2001-12-06 13:18:05 +0000
committerThorsten Behrens <thb@openoffice.org>2001-12-06 13:18:05 +0000
commit01e8963118a09cae3028c2188eb9cbb8c96593ab (patch)
treebb910e466619a8cad0507cac2beada1f579d1f20 /goodies/util
parent6e50a8ac1f8a02b012913cce4ec55800ce9d00be (diff)
#95404# Checked explicit exports
Diffstat (limited to 'goodies/util')
-rw-r--r--goodies/util/makefile.mk8
1 files changed, 5 insertions, 3 deletions
diff --git a/goodies/util/makefile.mk b/goodies/util/makefile.mk
index 3128bf38687f..1f13d221e113 100644
--- a/goodies/util/makefile.mk
+++ b/goodies/util/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.2 $
+# $Revision: 1.3 $
#
-# last change: $Author: ka $ $Date: 2000-11-07 12:38:42 $
+# last change: $Author: thb $ $Date: 2001-12-06 14:18:05 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -113,6 +113,9 @@ DEF1DEPN =$(MISC)$/$(SHL1TARGET).flt \
DEF1DES =Goodies
DEFLIB1NAME =go
+# THB: exports list goodies checked for 6.0 Final 6.12.2001
+# Note: explicit exports only necessary for VCL graphic filters (see there)
+
# --- Targets -----------------------------------------------------------
.INCLUDE : target.mk
@@ -129,5 +132,4 @@ $(MISC)$/$(SHL1TARGET).flt: makefile.mk
@echo m_pLoader>$@
@echo LIBMAIN>>$@
@echo LibMain>>$@
-
.ENDIF