# 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 k LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/scp2/InstallModule_impress.mk
AgeCommit message (Expand)Author
2016-08-03Reduce ENABLE_OPENGL / ENABLE_HEADLESS confusionTor Lillqvist
2015-02-08tdf#89135 install OpenGL slide transitions unconditionally on WindowsAndras Timar
2014-10-29scp2: move impress executables to AutoInstallMichael Stahl
2014-09-09Make the "Mac-like" or "canonical" app bundle structure always used on OS XTor Lillqvist
2014-07-20scp2: move OGLTrans library to AutoInstallMichael Stahl
2014-02-25scp2: These defines are not used in the sources.Matúš Kukan