tdf#163956 calculate line height differently in FORMTEXT
[LibreOffice.git] / odk / CustomTarget_config_win.mk
bloba70a11a4c0835cc43de7f06a9389847068c9a2de
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
3 # This file is part of the LibreOffice project.
5 # This Source Code Form is subject to the terms of the Mozilla Public
6 # License, v. 2.0. If a copy of the MPL was not distributed with this
7 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
10 $(eval $(call gb_CustomTarget_CustomTarget,odk/config))
12 $(eval $(call gb_CustomTarget_register_targets,odk/config,\
13 setsdkenv_windows.bat \
16 $(gb_CustomTarget_workdir)/odk/config/setsdkenv_windows.bat : $(SRCDIR)/odk/config/setsdkenv_windows.bat
17 sed $< -e 's#__SDKNAME__#'"$$(printf %s '$(PRODUCTNAME)' | tr A-Z a-z)"'$(PRODUCTVERSION)_sdk#' > $@
19 # vim: set noet sw=4 ts=4: