# -*- 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_StaticLibrary_StaticLibrary,quickstarter)) $(eval $(call gb_StaticLibrary_add_defs,quickstarter,\ -U_DLL \ )) $(eval $(call gb_StaticLibrary_add_cxxflags,quickstarter,\ $(if $(MSVC_USE_DEBUG_RUNTIME),/MTd,/MT) \ $(if $(filter -fsanitize=%,$(CC)),,/fno-sanitize-address-vcasan-lib) \ )) $(eval $(call gb_StaticLibrary_add_exception_objects,quickstarter,\ setup_native/source/win32/customactions/quickstarter/quickstarter \ )) # vim: set noet sw=4 ts=4: on value='aoo/trunk'>aoo/trunk LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/bin/run
AgeCommit message (Expand)Author
2018-12-19Refactor bin/runJan-Marek Glogowski
2018-02-19Buildsystem changes to recognize Haiku.Kacper Kasper
2017-07-21migrate to boost::gettextCaolán McNamara
2015-08-14bin/run: fix LO_TRACE on WindowsMiklos Vajna
2015-04-08bin/run: Survive files with spaces in filenames.Jan Holesovsky
2015-03-07bin/run: fix indentationMiklos Vajna
2015-01-19Make bin/run work better on OS XTor Lillqvist
2014-12-10bin/run LO_TRACE hookStephan Bergmann
2014-12-04bin/run: add WNT supportMichael Stahl
2014-12-04bin/run: Adapt to run on Debian so-called GNU/Linux systems tooMichael Stahl
2014-11-28Fold URE: Linux ure/lib/* -> program/Stephan Bergmann
2014-11-18No need to cd into instdir/programStephan Bergmann
2014-11-17bin/run: add a license headerMichael Stahl
2014-11-12Adapt bin/run for OS XStephan Bergmann
2014-10-31bin/run: add a convenient shell wrapper to run executables from workdirMichael Stahl