# -*- 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_Library_Library,unsafe_uno_uno)) $(eval $(call gb_Library_use_udk_api,unsafe_uno_uno)) $(eval $(call gb_Library_use_libraries,unsafe_uno_uno,\ purpenvhelper \ sal \ $(gb_UWINAPI) \ )) $(eval $(call gb_Library_add_exception_objects,unsafe_uno_uno,\ cppu/source/UnsafeBridge/UnsafeBridge \ )) # vim: set noet sw=4 ts=4: b0c06c291157a08de568735935f5f9f6c80ee83'/> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/solenv/gbuild/Module.mk
AgeCommit message (Expand)Author
2013-07-26'almost finished' doesnt sound like a clean targetBjoern Michaelsen
2013-07-23it is not possible to sign libs that are in useDavid Tardon
2013-07-19gbuild: add an intermediary 'almost' target to ModuleNorbert Thiebaud
2013-06-03re-base on ALv2 code. Includes:Michael Meeks
2013-05-24gbuild: simplify reg. of targets for PostprocessDavid Tardon
2013-04-15avoid unit testing when cross-compiling more simpleMatúš Kukan
2013-04-15We don't do unit testing when cross-compiling for nowTor Lillqvist
2013-04-06provide an easy way to depend on makefile from gbuild classesDavid Tardon
2013-03-13more subtle dependencies for cross-compilationMatúš Kukan
2013-03-06do not execute unit tests when cross-compilingMatúš Kukan
2013-03-06reintroduce gb_PARTIAL_BUILD to know if we want to run slowcheckMatúš Kukan
2013-03-03build userfriendly targets from toplevelPeter Foley
2013-03-03use pattern rule for PostprocessDavid Tardon
2013-03-01rename Module_tail_build to RepositoryModuleMichael Stahl
2013-02-28cleanup instsetoo dep displayPeter Foley
2013-02-28move android and ios to tail_buildPeter Foley
2013-02-27move instsetoo_native to gbuildBjoern Michaelsen
2013-02-25Revert inadvertent changeStephan Bergmann
2013-02-25Last use of obsolete gb_*_add_api is long goneStephan Bergmann
2013-01-10optimize for build targets in one placeMatúš Kukan
2013-01-10remove effectively unused gb_PARTIALBUILDMatúš Kukan
2013-01-10dev-install target is used from toplevel MakefileMatúš Kukan
2013-01-10add rule for generating fresh pot (po template) filesMatúš Kukan
2012-12-15src.downloaded is goneMatúš Kukan
2012-10-22clean up configure options for debugging buildLubos Lunak
2012-09-29introduce some new top level targetsDavid Ostrovsky
2012-07-16allow using rtl::OUString etc. simply as OUString, without rtl::Luboš Luňák
2012-06-23Export NOCPPUNIT to disable all cppunit test in gbuild.Norbert Thiebaud
2012-06-13gbuild: don't suggest make install on WNTMiklos Vajna
2012-05-08dis-entangle --enable-symbols and --enable-debug:Michael Stahl
2012-05-08gbuild: refactor selective symbols again:Michael Stahl
2012-05-08gbuild: refactor the selective symbols supportMichael Stahl
2012-04-25add showmodules target to gbuildBjoern Michaelsen