# -*- 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_CppunitTest_CppunitTest,sax)) $(eval $(call gb_CppunitTest_use_sdk_api,sax)) $(eval $(call gb_CppunitTest_use_external,sax,boost_headers)) $(eval $(call gb_CppunitTest_use_libraries,sax, \ sax \ sal \ comphelper \ cppu \ )) $(eval $(call gb_CppunitTest_add_exception_objects,sax, \ sax/qa/cppunit/test_converter \ )) # vim: set noet sw=4 ts=4: me='h' onchange='this.form.submit();'> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/oowintool
AgeCommit message (Expand)Author
2012-08-02Missing newlineStephan Bergmann
2012-07-24Make bundling Microsoft_VC100_CRT_x86.msm truly optionalStephan Bergmann
2012-07-19make the vc2010 redist optionalNorbert Thiebaud
2012-07-18fdo#50584 bundle MS Visual C++ 2010 Runtime so LO can work with JRE7Andras Timar
2012-05-23copy msms only for ver 9.0, MSVC 2010 doesn't have themEike Rathke
2012-04-24fdo#48259 take MSMDir from registryAndras Timar
2012-03-22Look for properly registered windows sdks instead for random version numbersFridrich Štrba
2012-03-09Add mode lines, untabify, clean up indentationTor Lillqvist
2012-03-09Look for Windows SDK v7.1, tooTor Lillqvist
2012-03-09Redirect error message we aren't interested in to /dev/nullTor Lillqvist
2012-03-09Bin leftover old crack: There is no "platformsdk" under the MSVC folderTor Lillqvist
2012-03-01given that we can build with java7 now, allow it for windows tooCaolán McNamara