# -*- 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_Package_Package,desktop_smath_sh,$(SRCDIR)/desktop/scripts)) $(eval $(call gb_Package_add_file,desktop_smath_sh,$(LIBO_BIN_FOLDER)/smath,smath.sh)) # vim: set ts=4 sw=4 noet: git/'>index : lo/core
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)Author
2012-10-07fix python build with VC2012Peter Foley
2012-07-12get python building under mipselCaolán McNamara
2012-06-22.patch files don't need executable bitsMichael Stahl
2012-06-17(incomplete) attempt to build internal python with MinGWDavid Tardon
2012-05-29provide a gnu-make compatible include for pyversionNorbert Thiebaud
2012-05-23do not concatenate empty line in python/makefile.mkPetr Mladek
2012-05-18python: svn 1.7 breaks the build because...Michael Stahl
2012-05-09EasyHack fdo#42783: get rid of CPU define/build system variableThomas Collerton
2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen
2012-04-10extra love for incompatible expat on macosxCaolán McNamara
2012-04-10to find the headers and (static) library of our internal opensslLaurent Godard
2012-02-29Simplify install name handling for external libraries on Mac OS XStephan Bergmann
2012-02-22Revert "add dylib to the list of native python modules for Mac (for pyuno.dyl...Stephan Bergmann
2012-02-09Added and improved READMEs for modules in libs-extern-sysJosh Heidenreich
2012-01-02Linux LD_LIBRARY_PATH is missing as well.Stephan Bergmann
2011-12-20Abandon attempt to use the debug CRT in a dbgutil buildTor Lillqvist