summaryrefslogtreecommitdiff
path: root/agg
diff options
context:
space:
mode:
authorThorsten Behrens <thb@openoffice.org>2005-10-26 18:26:06 +0000
committerThorsten Behrens <thb@openoffice.org>2005-10-26 18:26:06 +0000
commit29a9eb87814ff669dd4fa011689b0d1967e155b2 (patch)
tree1fb7623ff0b6c476a76d169fa1ce82acb7bcecdc /agg
parentf0706331fae12a7f672598da9a3b865f70db584e (diff)
#i48939# Changed agg to now provide a dynamic lib
Diffstat (limited to 'agg')
-rw-r--r--agg/source/agg.flt3
-rwxr-xr-xagg/source/makefile.mk14
2 files changed, 15 insertions, 2 deletions
diff --git a/agg/source/agg.flt b/agg/source/agg.flt
new file mode 100644
index 000000000000..67e713474bf1
--- /dev/null
+++ b/agg/source/agg.flt
@@ -0,0 +1,3 @@
+__CT
+__real
+internal
diff --git a/agg/source/makefile.mk b/agg/source/makefile.mk
index 5f75a1a9a527..51bf4086b295 100755
--- a/agg/source/makefile.mk
+++ b/agg/source/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.1 $
+# $Revision: 1.2 $
#
-# last change: $Author: mbu $ $Date: 2005-10-18 10:40:41 $
+# last change: $Author: thb $ $Date: 2005-10-26 19:26:06 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -36,6 +36,7 @@
PRJ=..
PRJNAME=agg
TARGET=agg
+ENABLE_EXCEPTIONS=TRUE
# --- Settings ----------------------------------
@@ -78,6 +79,15 @@ SHL1LIBS = $(SLB)$/$(TARGET).lib
SHL1DEF = $(MISC)$/$(SHL1TARGET).def
DEF1NAME = $(SHL1TARGET)
+DEF1DEPN =$(MISC)$/$(SHL1TARGET).flt \
+ $(LIB1TARGET)
+
+DEF1DES =agg
+DEFLIB1NAME =$(TARGET)
+
# --- Targets ----------------------------------
.INCLUDE : target.mk
+
+$(MISC)$/$(SHL1TARGET).flt : makefile.mk $(TARGET).flt
+ @+$(TYPE) $(TARGET).flt > $@