summaryrefslogtreecommitdiff
path: root/soltools
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2012-09-30 14:10:17 +0200
committerMatúš Kukan <matus.kukan@gmail.com>2012-09-30 14:58:48 +0200
commit6e2b250c82b44bf8329e066a2a2823e207ed1da0 (patch)
tree45979f1f8d96212333b5aa868c29cd844d0c2b90 /soltools
parent037ff8fac75db980a3bc44092df243aadaad3d38 (diff)
soltools: build again ldump4 for Windows
Change-Id: I8f1f5756ac777cefed52ae72af65931bfa14d580
Diffstat (limited to 'soltools')
-rw-r--r--soltools/Executable_ldump4.mk17
-rw-r--r--soltools/Module_soltools.mk1
2 files changed, 18 insertions, 0 deletions
diff --git a/soltools/Executable_ldump4.mk b/soltools/Executable_ldump4.mk
new file mode 100644
index 000000000000..d104d6f76487
--- /dev/null
+++ b/soltools/Executable_ldump4.mk
@@ -0,0 +1,17 @@
+# -*- 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,ldump4))
+
+$(eval $(call gb_Executable_add_exception_objects,ldump4,\
+ soltools/ldump/hashtbl \
+ soltools/ldump/ldump \
+))
+
+# vim:set shiftwidth=4 softtabstop=4 expandtab:
diff --git a/soltools/Module_soltools.mk b/soltools/Module_soltools.mk
index 047e4c07e7f8..93f2aac81cc5 100644
--- a/soltools/Module_soltools.mk
+++ b/soltools/Module_soltools.mk
@@ -32,6 +32,7 @@ endif # CROSS_COMPILING
ifeq ($(GUI)$(COM),WNTMSC)
$(eval $(call gb_Module_add_targets,soltools,\
+ Executable_ldump4 \
Package_inc \
))
endif # WNTMSC