mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-12 16:50:39 +00:00
update to Python 2.6
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@27199 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
c2e5e2a16c
commit
7dca4e2293
@ -100,7 +100,7 @@ Lists of files to include in the installer
|
||||
!macro FileListPythonBin COMMAND DIRECTORY
|
||||
|
||||
${FILE}python.exe"
|
||||
${FILE}python25.dll"
|
||||
${FILE}python26.dll"
|
||||
${FILE}unicodedata.pyd"
|
||||
|
||||
!macroend
|
||||
@ -108,11 +108,15 @@ Lists of files to include in the installer
|
||||
!macro FileListPythonLib COMMAND DIRECTORY
|
||||
|
||||
${FILE}__future__.py"
|
||||
${FILE}_abcoll.py"
|
||||
${FILE}UserDict.py"
|
||||
${FILE}abc.py"
|
||||
${FILE}codecs.py"
|
||||
${FILE}compileall.py"
|
||||
${FILE}copy_reg.py"
|
||||
${FILE}functools.py"
|
||||
${FILE}fnmatch.py"
|
||||
${FILE}genericpath.py"
|
||||
${FILE}getopt.py"
|
||||
${FILE}gettext.py"
|
||||
${FILE}glob.py"
|
||||
|
Loading…
Reference in New Issue
Block a user