From: Bo Peng Date: Wed, 7 Feb 2007 18:42:01 +0000 (+0000) Subject: Windows installer: add missing modules X-Git-Tag: 1.6.10~10886 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=f1d47e44162f74a153025b360da96b17bc5779ab;p=features.git Windows installer: add missing modules git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17092 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/development/Win32/packaging/installer/include/filelists.nsh b/development/Win32/packaging/installer/include/filelists.nsh index 8b932edf68..9ae2dbdce7 100644 --- a/development/Win32/packaging/installer/include/filelists.nsh +++ b/development/Win32/packaging/installer/include/filelists.nsh @@ -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"