# -*- 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,seterror)) $(eval $(call gb_StaticLibrary_add_defs,seterror,\ -U_DLL \ )) $(eval $(call gb_StaticLibrary_add_cxxflags,seterror,\ $(if $(MSVC_USE_DEBUG_RUNTIME),/MTd,/MT) \ )) $(eval $(call gb_StaticLibrary_add_exception_objects,seterror,\ setup_native/source/win32/customactions/tools/seterror \ )) # vim: set noet sw=4 ts=4: t type='hidden' name='id' value='3408497c6ad89b324bc0714a5bca271747aaa2ac'/> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/external/python3/UnpackedTarball_python3.mk
AgeCommit message (Expand)Author
2017-02-08gbuild, python3: stop defining SOLARIS, and remove SOLARIS patchMichael Stahl
2017-01-17python3: upgrade to release 3.5.3Michael Stahl
2016-09-21python3: put a RPATH into libpython3.soMichael Stahl
2016-09-16external/python3: Fix building against external/zlibStephan Bergmann
2016-02-22python3: drop obsolete patch, cannot build 3.5 with MSVC 2013Michael Stahl
2016-02-22WaE vs2015 double defineNorbert Thiebaud
2015-10-25Bump python to 3.5David Ostrovsky
2015-06-08Allow building Python on Mac with GNU xargsKhaled Hosny
2015-01-06external/python3: Work around -fsanitize=boundsStephan Bergmann
2014-10-02fdo#82430: MSVC build: avoid using SSE2 instructions in some externalsMichael Stahl
2014-07-29Make python3 build with VS2013Tor Lillqvist
2014-07-08VS 2013 has round()Tor Lillqvist