summaryrefslogtreecommitdiff
path: root/solenv/inc/templates/extension_tmpl.mk
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-07-01 14:14:20 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-07-01 14:14:20 +0000
commit7c849c17df3793ae59432c2927dc0f821df57e22 (patch)
tree36fe944bf81e22470201ef5cb807e2ca9231f993 /solenv/inc/templates/extension_tmpl.mk
parent063bca3e8e83c8436a1716bb1fb02d98d96b9924 (diff)
INTEGRATION: CWS native156 (1.2.26); FILE MERGED
2008/06/18 12:51:23 mba 1.2.26.1: #i90657#: create dictionary extensions
Diffstat (limited to 'solenv/inc/templates/extension_tmpl.mk')
-rw-r--r--solenv/inc/templates/extension_tmpl.mk12
1 files changed, 11 insertions, 1 deletions
diff --git a/solenv/inc/templates/extension_tmpl.mk b/solenv/inc/templates/extension_tmpl.mk
index 49390b82831b..4aad2adb3614 100644
--- a/solenv/inc/templates/extension_tmpl.mk
+++ b/solenv/inc/templates/extension_tmpl.mk
@@ -8,7 +8,7 @@
#
# $RCSfile: extension_tmpl.mk,v $
#
-# $Revision: 1.2 $
+# $Revision: 1.3 $
#
# This file is part of OpenOffice.org.
#
@@ -96,6 +96,14 @@ COMPONENT_MERGED_XCU= \
$(EXTENSIONDIR)$/registry$/data$/org$/openoffice$/Office$/Addons.xcu \
$(EXTENSIONDIR)$/registry$/data$/org$/openoffice$/Office$/extension$/MyExtension.xcu
+# other configuration files
+COMPONENT_XCU= \
+ $(EXTENSIONDIR)$/registry$/data$/org$/openoffice$/Office$/Data.xcu
+
+# location of configurationfiles inside extension,
+# "." for flat .xcu files
+#COMPONENT_CONFIGDEST=.
+
# native libraries
COMPONENT_LIBRARIES= \
$(EXTENSIONDIR)$/$(SHL1TARGET)$(DLLPOST)
@@ -106,6 +114,8 @@ COMPONENT_JARFILES = \
# disable fetching default OOo license text
#CUSTOM_LICENSE=my_license.txt
+# override default license destination
+#PACKLICS= $(EXTENSIONDIR)$/registration$/$(CUSTOM_LICENSE)
# -------------------------------
# variables for own targets specific to this extension; no common