summaryrefslogtreecommitdiff
path: root/registry
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-11-28 13:06:33 +0000
committerCaolán McNamara <caolanm@redhat.com>2012-11-28 13:06:33 +0000
commit02826093583fab44670cf5b32f478405f52b60ea (patch)
tree662c667db9a41593aa2337b3a186f057fa79fe94 /registry
parentee9a6d9e854db07462a372ed530da1572cb4e349 (diff)
write a makefile to rdbedit to build again
Change-Id: I8e35bb672084344684da401e736a1492c016f966
Diffstat (limited to 'registry')
-rw-r--r--registry/Executable_rdbedit.mk24
1 files changed, 24 insertions, 0 deletions
diff --git a/registry/Executable_rdbedit.mk b/registry/Executable_rdbedit.mk
new file mode 100644
index 000000000000..7fea3fde1bea
--- /dev/null
+++ b/registry/Executable_rdbedit.mk
@@ -0,0 +1,24 @@
+# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
+#
+# This file is part of the LibreOffice project.
+#
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+$(eval $(call gb_Executable_Executable,rdbedit))
+
+$(eval $(call gb_Executable_use_libraries,rdbedit,\
+ sal \
+ reg \
+))
+
+$(eval $(call gb_Executable_use_static_libraries,rdbedit,\
+ registry_helper \
+))
+
+$(eval $(call gb_Executable_add_exception_objects,rdbedit,\
+ registry/tools/rdbedit \
+))
+
+# vim:set shiftwidth=4 softtabstop=4 expandtab: