summaryrefslogtreecommitdiff
path: root/sc/JunitTest_sc_unoapi_6.mk
blob: 3285b7a41da9cc2c967072dd7137b1cd26e7c298 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# -*- 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_JunitTest_JunitTest,sc_unoapi_6))

$(eval $(call gb_JunitTest_set_unoapi_test_defaults,sc_unoapi_6))

# vim: set noet sw=4 ts=4:
329a0725'>lpsolve: always generate symbols with MSVCMichael Stahl 2017-06-22--enable-optimized should be orthogonal to --enable-debug/--enable-dbgutilStephan Bergmann 2017-02-10Remove MinGW supportStephan Bergmann 2016-08-15Drop leftover EXTRA_CFLAGS and EXTRA_CDEFSTor Lillqvist 2016-07-11Break gb_DEBUGINFO_FLAGS out of gb_DEBUG_CFLAGSStephan Bergmann 2015-01-29tdf#80370: Fix Mac OS X install names of external/{coinmp,lpsolve}Stephan Bergmann 2014-11-03fdo#82430: MSVC build: disable a few more cases of SSE2 in externalsMichael Stahl 2014-10-11drop -Wno-long-double compiler flagDouglas Mencken 2014-08-12Let building lpsolve fail when its ccc script failsStephan Bergmann 2014-06-18Avoid undefined out-of-range conversions from double to unsigned charStephan Bergmann 2014-06-18Pass debug flags into lpsolveStephan Bergmann 2014-03-11normalize values of MINGW_SHARED_GCCLIB/MINGW_SHARED_GXXLIBMichael Stahl 2013-10-28gbuild: set Package default target to INSTDIRMichael Stahl 2013-10-27gbuild: remove gb_ExternalPackage_add_library_for_installMichael Stahl 2013-10-24lpsolve: use libraries from WORKDIRMichael Stahl 2013-10-19fdo#70393: move lpsolve to a subdir of externalKhaled Hosny