# -*- 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_Package_Package,setup_native_wintools,$(call gb_CustomTarget_get_workdir,setup_native/wintools))) $(error FIXME do not deliver this stuff to OUTDIR) $(eval $(call gb_Package_add_files,setup_native_wintools,bin,\ makecab.exe \ msidb.exe \ msiinfo.exe \ msimsp.exe \ msitran.exe\ )) # vim: set noet sw=4 ts=4: a9a5465759cc'/> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sal/cpprt
AgeCommit message (Expand)Author
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin
2014-06-05sal/rtl: remove SAL_THROW macroNoel Grandin
2014-04-03Kill superfluous vertical whitespaceTor Lillqvist
2014-03-01Remove visual noise from salAlexander Wilms
2013-11-05windows: remove _CRTIMP and _NTSDK definitionsThomas Arnhold
2013-04-17-Werror=unused-macros (MinGW, sal)Stephan Bergmann
2012-11-21re-base on ALv2 code. Includes:Michael Meeks