# -*- 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,simplecanvas)) $(eval $(call gb_Library_set_componentfile,simplecanvas,canvas/source/simplecanvas/simplecanvas)) $(eval $(call gb_Library_set_include,simplecanvas,\ $$(INCLUDE) \ -I$(SRCDIR)/canvas/inc \ )) $(eval $(call gb_Library_use_sdk_api,simplecanvas)) $(eval $(call gb_Library_use_libraries,simplecanvas,\ basegfx \ canvastools \ comphelper \ cppu \ cppuhelper \ sal \ $(gb_UWINAPI) \ )) $(eval $(call gb_Library_add_exception_objects,simplecanvas,\ canvas/source/simplecanvas/simplecanvasimpl \ )) # vim: set noet sw=4 ts=4: -2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/README.cross
AgeCommit message (Expand)Author
2014-02-27normalize values of CROSS_COMPILINGMichael Stahl
2014-02-22Mention that the Raspbian cross-build works from openSUSE, tooTor Lillqvist
2014-02-21Minor updatesTor Lillqvist
2014-02-14Merge AWTLIB and JAVALIB together as JAWTLIBStephan Bergmann
2014-01-20Minor update for RaspbianTor Lillqvist
2014-01-16Update README for cross-compiling to Raspbian a bit.Matúš Kukan
2013-10-14fdo#61950 De-extensionize presentation minimizerDavid Ostrovsky
2013-09-17goodbye linkoo.. you have served wellMatúš Kukan
2013-05-15Documentation update of README.crossChris Sherlock
2013-05-01Update to match realityTor Lillqvist
2013-04-19README.cross: don't mention explicit openSUSE releasesMiklos Vajna
2013-04-03Remove Mac OS X for PowerPC supportTor Lillqvist
2013-03-18TypoTor Lillqvist
2013-03-18Some edits to improve match with current realityTor Lillqvist
2013-03-14mention cross-compilation for Raspbian possibility in README.crossMatúš Kukan
2013-03-01MinGW: 2 more paths updated.Jan Holesovsky
2013-03-01MinGW: Update the installation location.Jan Holesovsky
2013-02-24remove obsolete mozilla options for cross compilationDavid Ostrovsky
2013-02-16remove zenity configure optionMatúš Kukan
2012-11-29Always use Java target version 1.5Tor Lillqvist
2012-11-25Update to be able to at least start the MinGW build again.Jan Holesovsky
2012-11-25Update MinGW build reqs.Jan Holesovsky
2012-11-24Turn PDF import from bundled extension to plain codeStephan Bergmann
2012-11-20README.cross: typoMiklos Vajna
2012-11-16README.cross: update Android arm configure optionsMiklos Vajna
2012-11-14dropped obsolete --with-system-gettext configure optionEnrico Weigelt, metux ITS
2012-11-10adjust README.cross to reflect binfitler removalNorbert Thiebaud
2012-11-09README.cross: yes, that list was almost enoughMiklos Vajna
2012-09-10More updatesTor Lillqvist
2012-09-10UpdatesTor Lillqvist
2012-08-20Don't fake --with-system-nss any more, autodetect build platform toolchainTor Lillqvist
2012-08-09Can use simpler autogen.lastrun nowTor Lillqvist
2012-08-09Drop the --with-external-tar to avoid confusionTor Lillqvist
2012-08-09No, we don't want any Python stuff for AndroidTor Lillqvist
2012-08-09Update sample autogen.lastrun for MacOSX -> AndroidTor Lillqvist
2012-08-03android: share more common Makefile pieces between a couple of usersMichael Meeks
2012-07-24Check for the msi* build requirements in configure.in + update README.cross.Jan Holesovsky
2012-06-26mingw32-python is now necessary too.Jan Holesovsky
2012-06-19Add a note about MinGW debugging TODO.Jan Holesovsky
2012-06-04Must use -mmacosx-version-min=10.6 when host platform is iOS simulatorTor Lillqvist
2012-05-18Update README.cross to match reality betterTor Lillqvist
2012-05-17Mention that the android/qa/sc test has not been maintained latelyTor Lillqvist
2012-05-17Now with in-process redirection, the adb shell setprop thing is not neededTor Lillqvist
2012-03-19How to examine strings in winedbg.Jan Holesovsky
2012-03-05Don't bother mentioning irrelevant autogen optionsTor Lillqvist
2012-03-01Modify iOS device example to use ClangTor Lillqvist
2012-02-27android: remove obsolete sourcing of Env.Host.sh adviceMichael Meeks
2012-02-22Updates for iOS, and Xcode 4.3Tor Lillqvist