summaryrefslogtreecommitdiff
path: root/oox/source/docprop
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-07-01 10:56:01 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-07-01 10:56:01 +0000
commitf0fe7397ad11897d27afb8b3d73edc46142fcbd0 (patch)
treefc4c26703bbbbbee366aef2d63ddd7b9c1427ba5 /oox/source/docprop
parent4f9c2d9da27e7556363932670cb34f3707eec88b (diff)
INTEGRATION: CWS xmlfilter05 (1.1.2); FILE ADDED
2008/05/21 12:17:52 dr 1.1.2.2: #i10000# new header 2008/05/02 08:35:29 mav 1.1.2.1: #i88938# import document properties
Diffstat (limited to 'oox/source/docprop')
-rw-r--r--oox/source/docprop/makefile.mk53
1 files changed, 53 insertions, 0 deletions
diff --git a/oox/source/docprop/makefile.mk b/oox/source/docprop/makefile.mk
new file mode 100644
index 000000000000..77fcda5d0070
--- /dev/null
+++ b/oox/source/docprop/makefile.mk
@@ -0,0 +1,53 @@
+#*************************************************************************
+#
+# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
+#
+# Copyright 2008 by Sun Microsystems, Inc.
+#
+# OpenOffice.org - a multi-platform office productivity suite
+#
+# $RCSfile: makefile.mk,v $
+#
+# $Revision: 1.2 $
+#
+# This file is part of OpenOffice.org.
+#
+# OpenOffice.org is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Lesser General Public License version 3
+# only, as published by the Free Software Foundation.
+#
+# OpenOffice.org is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU Lesser General Public License version 3 for more details
+# (a copy is included in the LICENSE file that accompanied this code).
+#
+# You should have received a copy of the GNU Lesser General Public License
+# version 3 along with OpenOffice.org. If not, see
+# <http://www.openoffice.org/license.html>
+# for a copy of the LGPLv3 License.
+#
+#*************************************************************************
+
+PRJ=..$/..
+
+PRJNAME=oox
+TARGET=docprop
+AUTOSEG=true
+
+ENABLE_EXCEPTIONS=TRUE
+
+# --- Settings -----------------------------------------------------
+
+.INCLUDE : settings.mk
+.INCLUDE: $(PRJ)$/util$/makefile.pmk
+
+# --- Files --------------------------------------------------------
+
+SLOFILES = \
+ $(SLO)$/ooxmldocpropimport.obj \
+ $(SLO)$/docprophandler.obj
+
+# --- Targets -------------------------------------------------------
+
+.INCLUDE : target.mk