# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- #************************************************************************* # # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # Copyright 2000, 2011 Oracle and/or its affiliates. # # OpenOffice.org - a multi-platform office productivity suite # # This file is part of OpenOffice.org. # # OpenOffice.org is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License version 3 # only, as published by the Free Software Foundation. # # OpenOffice.org is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Lesser General Public License version 3 for more details # (a copy is included in the LICENSE file that accompanied this code). # # You should have received a copy of the GNU Lesser General Public License # version 3 along with OpenOffice.org. If not, see # # for a copy of the LGPLv3 License. # #************************************************************************* $(eval $(call gb_Library_Library,solver)) $(eval $(call gb_Library_set_componentfile,solver,sccomp/source/solver/solver)) $(eval $(call gb_Library_use_sdk_api,solver)) $(eval $(call gb_Library_use_libraries,solver,\ comphelper \ cppu \ cppuhelper \ sal \ tl \ i18nlangtag \ $(gb_UWINAPI) \ )) $(eval $(call gb_Library_use_externals,solver,\ boost_headers \ lpsolve \ )) $(eval $(call gb_Library_add_exception_objects,solver,\ sccomp/source/solver/solver \ )) # vim: set noet sw=4 ts=4: e-6-1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/fpicker/source/win32
AgeCommit message (Expand)Author
2017-08-01move resmgr to unotoolsCaolán McNamara
2017-07-21de-hrc various thingsCaolán McNamara
2017-07-21migrate to boost::gettextCaolán McNamara
2017-07-03loplugin:oncevar (clang-cl): fpickerStephan Bergmann
2017-06-01Fix typosAndrea Gelmini
2017-05-30fpicker: global default _WIN32_WINNT is sufficient nowMichael Stahl
2017-05-29fpicker: remove ifdef __IFileDialogCustomize_INTERFACE_DEFINED__Michael Stahl
2017-05-29fpicker: remove some Win32 helper code that is now unusedMichael Stahl
2017-05-29fpicker: remove PreviewCtrl.[ch]xxMichael Stahl
2017-05-29fpicker: remove legacy XP FilePicker implementationMichael Stahl
2017-05-18gives names to mysterious 500 and 501Caolán McNamara
2017-05-12Clean up uses of SAL_U/SAL_W: fpickerStephan Bergmann
2017-05-09cleanup osl/diagnose.h includesJochen Nitschke
2017-04-26loplugin:useuniqueptr (clang-cl)Stephan Bergmann
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock
2017-04-04Finally switch MSVC to sal_Unicode = char16_t, tooStephan Bergmann
2017-03-27Resolves: tdf#106729 ensure VistaFilePicker init before accessCaolán McNamara
2017-03-25Fix typosAndrea Gelmini
2017-03-23Typo: boder->borderJulien Nabet
2017-03-19Fix typos + some German translationsAndrea Gelmini
2017-03-19Fix typosAndrea Gelmini
2017-03-19fix typo/grammar: "the the" --> thedennisroczek
2017-03-14loplugin:subtlezeroinit (clang-cl)Stephan Bergmann
2017-03-14loplugin:unoany (clang-cl)Stephan Bergmann
2017-03-03Fix typosAndrea Gelmini
2017-02-10Remove MinGW supportStephan Bergmann
2017-02-08loplugin:useuniqueptr (clang-cl)Stephan Bergmann
2017-02-03TyposJulien Nabet