# when you want to change the python version, you must update the d.lst # in the python project accordingly !!! PYMAJOR=2 PYMINOR=6 PYMICRO=1 PYVERSION=$(PYMAJOR).$(PYMINOR).$(PYMICRO) .IF "$(GUI)" == "UNX" .IF "$(OS)" == "MACOSX" PY_FULL_DLL_NAME=libpython$(PYMAJOR).$(PYMINOR).a PYTHONLIB=-F$(SOLARLIBDIR) -framework OOoPython CFLAGS+=-I$(SOLARLIBDIR)/OOoPython.framework/Versions/$(PYMAJOR).$(PYMINOR)/include/python$(PYMAJOR).$(PYMINOR) .ELSE PY_FULL_DLL_NAME=libpython$(PYMAJOR).$(PYMINOR).so.1.0 PYTHONLIB=-lpython$(PYMAJOR).$(PYMINOR) .ENDIF .ELSE .IF "$(COM)" == "GCC" PY_FULL_DLL_NAME=libpython$(PYMAJOR).$(PYMINOR).dll PYTHONLIB=-lpython$(PYMAJOR).$(PYMINOR) .ELSE PY_FULL_DLL_NAME=python$(PYMAJOR)$(PYMINOR).dll PYTHONLIB=python$(PYMAJOR)$(PYMINOR).lib .ENDIF .ENDIF ion value='aoo/trunk'>aoo/trunk LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/i18nutil
AgeCommit message (Expand)Author
2018-03-12loplugin:redundantfcast look for redundant copies in return statementsNoel Grandin
2018-02-02Clean up of dirty hack.Winfried Donkers
2018-01-26tdf#103550 fix issue with HYPHEN-MINUS in Calc function JIS.Winfried Donkers
2018-01-24loplugin:unused-returns in drawinglayer..svxNoel Grandin
2018-01-18android: use unified headers and llvm-c++ STL (x86) with NDK 16Christian Lohmaier
2018-01-15More loplugin:cstylecast: i18nutilStephan Bergmann
2018-01-12More loplugin:cstylecast: i18nutilStephan Bergmann
2018-01-02tdf#114681: Adding support for case folding in GlagoliticAleksandr Andreev
2017-12-19Explicitly qualify ICU types with icu:: namespaceEike Rathke
2017-12-13Make loplugin:salcall look into macros tooStephan Bergmann
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-12-07loplugin:salcall handle static methodsNoel Grandin