Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
c520a185
Commit
c520a185
authored
May 25, 2011
by
Victor Stinner
Browse files
Options
Browse Files
Download
Plain Diff
(Merge 3.2) Issue #12057: Add cjkencodings directory to the Makefile and
Tools/msi/msi.py
parents
f1a1af21
5b326590
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
Makefile.pre.in
Makefile.pre.in
+2
-2
Tools/msi/msi.py
Tools/msi/msi.py
+2
-0
No files found.
Makefile.pre.in
View file @
c520a185
...
...
@@ -908,8 +908,8 @@ EXTRAPLATDIR= @EXTRAPLATDIR@
MACHDEPS
=
$(PLATDIR)
$(EXTRAPLATDIR)
XMLLIBSUBDIRS
=
xml xml/dom xml/etree xml/parsers xml/sax
LIBSUBDIRS
=
tkinter tkinter/test tkinter/test/test_tkinter
\
tkinter/test/test_ttk site-packages
test
\
test
/decimaltestdata
test
/xmltestdata
test
/subprocessdata
\
tkinter/test/test_ttk site-packages
test
\
test
/
cjkencodings
test
/
decimaltestdata
test
/xmltestdata
test
/subprocessdata
\
test
/tracedmodules
test
/encoded_modules
\
collections concurrent concurrent/futures encodings
\
email email/mime email/test email/test/data
\
...
...
Tools/msi/msi.py
View file @
c520a185
...
...
@@ -1031,6 +1031,8 @@ def add_files(db):
lib
.
glob
(
"*.0"
)
if
dir
==
'tests'
and
parent
.
physical
==
'distutils'
:
lib
.
add_file
(
"Setup.sample"
)
if
dir
==
'cjkencodings'
:
lib
.
glob
(
"*.txt"
)
if
dir
==
'decimaltestdata'
:
lib
.
glob
(
"*.decTest"
)
if
dir
==
'xmltestdata'
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment