Kaydet (Commit) 6e2b250c authored tarafından Matúš Kukan's avatar Matúš Kukan

soltools: build again ldump4 for Windows

Change-Id: I8f1f5756ac777cefed52ae72af65931bfa14d580
üst 037ff8fa
...@@ -47,6 +47,7 @@ $(eval $(call gb_Helper_register_executables,NONE, \ ...@@ -47,6 +47,7 @@ $(eval $(call gb_Helper_register_executables,NONE, \
helpex \ helpex \
idxdict \ idxdict \
javadepend \ javadepend \
ldump4 \
lngconvex \ lngconvex \
localize \ localize \
makedepend \ makedepend \
......
# -*- 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:
...@@ -32,6 +32,7 @@ endif # CROSS_COMPILING ...@@ -32,6 +32,7 @@ endif # CROSS_COMPILING
ifeq ($(GUI)$(COM),WNTMSC) ifeq ($(GUI)$(COM),WNTMSC)
$(eval $(call gb_Module_add_targets,soltools,\ $(eval $(call gb_Module_add_targets,soltools,\
Executable_ldump4 \
Package_inc \ Package_inc \
)) ))
endif # WNTMSC endif # WNTMSC
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment