Windows installer: add missing modules

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17092 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Bo Peng 2007-02-07 18:42:01 +00:00
parent c5c999f18e
commit f1d47e4416

View File

@ -110,6 +110,7 @@ Lists of files to include in the installer
!macro FileListPythonDll COMMAND DIRECTORY
${FILE}python25.dll"
${FILE}unicodedata.pyd"
!macroend
@ -117,6 +118,7 @@ Lists of files to include in the installer
${FILE}UserDict.py"
${FILE}codecs.py"
${FILE}commands.py"
${FILE}copy_reg.py"
${FILE}fnmatch.py"
${FILE}getopt.py"