summaryrefslogtreecommitdiffstats
path: root/registry/Module_registry.mk
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-01-31 19:06:09 +0100
committerStephan Bergmann <sbergman@redhat.com>2013-01-31 19:09:24 +0100
commit7a9fed14d45ba99d5639d4cc80286ee146b8d40a (patch)
tree8e25391af962166faac3dd90e187b1fd5535c6db /registry/Module_registry.mk
parentfdo#56976 fixes up Arrow import bug (diff)
downloadcore-7a9fed14d45ba99d5639d4cc80286ee146b8d40a.tar.gz
core-7a9fed14d45ba99d5639d4cc80286ee146b8d40a.zip
WIP: Experimental new binary type.rdb format
cppuhelper/source/typedescriptionprovider.cxx would read it if it finds .rdb files in that format. Throwaway new reg2bin tool for now can translate existing .rdb files into the new format. Change-Id: Iacf219c30cfc358c3d31fb0d73966cf2296a4fe5
Diffstat (limited to 'registry/Module_registry.mk')
-rw-r--r--registry/Module_registry.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/registry/Module_registry.mk b/registry/Module_registry.mk
index c79100f580cb..0ad522678c7c 100644
--- a/registry/Module_registry.mk
+++ b/registry/Module_registry.mk
@@ -35,6 +35,7 @@ ifneq (,$(filter DESKTOP,$(BUILD_TYPE)))
$(eval $(call gb_Module_add_targets,registry,\
StaticLibrary_registry_helper \
+ Executable_reg2bin \
Executable_regmerge \
Executable_regview \
Executable_regcompare \