summaryrefslogtreecommitdiff
path: root/goodies/util/makefile.mk
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2004-06-11 08:52:01 +0000
committerKurt Zenker <kz@openoffice.org>2004-06-11 08:52:01 +0000
commitbe68b4ccaf7b65083b9d9949c0579c515c27ef44 (patch)
tree6f183a36c92e3304327643d15d98f623e0f477de /goodies/util/makefile.mk
parent37cfcba268ea506e616bae4b0d2d867bb25ddf22 (diff)
INTEGRATION: CWS graphicapi (1.5.98); FILE MERGED
2004/06/03 10:16:20 ka 1.5.98.4: syntax 2004/05/24 16:18:07 ka 1.5.98.3: added tklib 2004/05/19 14:51:50 ka 1.5.98.2: implementation 2004/05/19 09:43:01 ka 1.5.98.1: added unographic directory
Diffstat (limited to 'goodies/util/makefile.mk')
-rw-r--r--goodies/util/makefile.mk32
1 files changed, 21 insertions, 11 deletions
diff --git a/goodies/util/makefile.mk b/goodies/util/makefile.mk
index 6974812724a0..0bbdbcfcb4a5 100644
--- a/goodies/util/makefile.mk
+++ b/goodies/util/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.5 $
+# $Revision: 1.6 $
#
-# last change: $Author: vg $ $Date: 2003-07-09 10:15:56 $
+# last change: $Author: kz $ $Date: 2004-06-11 09:52:01 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -78,18 +78,25 @@ LIB1TARGET=$(SLB)$/go.lib
LIB1FILES=\
$(SLB)$/base3d.lib \
$(SLB)$/base2d.lib \
- $(SLB)$/graphic.lib
+ $(SLB)$/graphic.lib \
+ $(SLB)$/unographic.lib
SHL1TARGET= go$(UPD)$(DLLPOSTFIX)
SHL1IMPLIB= igo
SHL1STDLIBS=\
- $(VCLLIB) \
- $(SVLLIB) \
- $(UNOTOOLSLIB) \
- $(TOOLSLIB) \
- $(VOSLIB) \
- $(SALLIB)
+ $(VCLLIB) \
+ $(SVLLIB) \
+ $(SVTOOLLIB) \
+ $(UNOTOOLSLIB) \
+ $(TOOLSLIB) \
+ $(VOSLIB) \
+ $(SALLIB) \
+ $(CPPULIB) \
+ $(COMPHELPERLIB) \
+ $(UCBHELPERLIB) \
+ $(CPPUHELPERLIB) \
+ $(TKLIB)
SHL1DEF= $(MISC)$/$(SHL1TARGET).def
SHL1LIBS= $(SLB)$/go.lib
@@ -99,6 +106,7 @@ DEF1DEPN =$(MISC)$/$(SHL1TARGET).flt \
$(LIB1TARGET)
DEF1DES =Goodies
DEFLIB1NAME =go
+DEF1EXPORTFILE =goodies.dxp
# THB: exports list goodies checked for 6.0 Final 6.12.2001
# Note: explicit exports only necessary for VCL graphic filters (see there)
@@ -114,9 +122,11 @@ DEFLIB1NAME =go
$(MISC)$/$(SHL1TARGET).flt: makefile.mk
@echo ------------------------------
@echo Making: $@
- @echo _Impl>$@
+ @echo _Impl>$@
@echo WEP>>$@
- @echo m_pLoader>$@
+ @echo m_pLoader>$@
@echo LIBMAIN>>$@
@echo LibMain>>$@
+ @echo CT>>$@
+
.ENDIF