diff options
author | Georg Brandl <georg@python.org> | 2008-05-17 19:14:23 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-05-17 19:14:23 (GMT) |
commit | 6c90c9faaeb20447df2e880f871ce10a80d2ff27 (patch) | |
tree | 5c5432c54cebcaf1da38b605be01585767f68ddf /PC/VS7.1/python.iss | |
parent | 7363445d944b3234eeff07d4e37f6a66bd6ec458 (diff) | |
download | cpython-6c90c9faaeb20447df2e880f871ce10a80d2ff27.zip cpython-6c90c9faaeb20447df2e880f871ce10a80d2ff27.tar.gz cpython-6c90c9faaeb20447df2e880f871ce10a80d2ff27.tar.bz2 |
Add new tkinter dir to various locations where lib-tk shows up.
Diffstat (limited to 'PC/VS7.1/python.iss')
-rw-r--r-- | PC/VS7.1/python.iss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/PC/VS7.1/python.iss b/PC/VS7.1/python.iss index 40365be..b5cd1d5 100644 --- a/PC/VS7.1/python.iss +++ b/PC/VS7.1/python.iss @@ -180,6 +180,7 @@ Source: Lib\lib-old\*.*; DestDir: {app}\Lib\lib-old; CopyMode: alwaysoverwrite; Source: Lib\xml\*.*; DestDir: {app}\Lib\xml; CopyMode: alwaysoverwrite; Components: main; Flags: recursesubdirs Source: Lib\hotshot\*.*; DestDir: {app}\Lib\hotshot; CopyMode: alwaysoverwrite; Components: main; Flags: recursesubdirs Source: Lib\test\*.*; DestDir: {app}\Lib\test; CopyMode: alwaysoverwrite; Components: test; Flags: recursesubdirs +Source: Lib\tkinter\*.py; DestDir: {app}\Lib\tkinter; CopyMode: alwaysoverwrite; Components: tk; Flags: recursesubdirs Source: Lib\site-packages\README.txt; DestDir: {app}\Lib\site-packages; CopyMode: alwaysoverwrite; Components: main @@ -297,6 +298,9 @@ Name: {app}\Lib\lib-old; Type: dirifempty Name: {app}\Lib\lib-tk\*.pyc; Type: files Name: {app}\Lib\lib-tk\*.pyo; Type: files Name: {app}\Lib\lib-tk; Type: dirifempty +Name: {app}\Lib\tkinter\*.pyc; Type: files +Name: {app}\Lib\tkinter\*.pyo; Type: files +Name: {app}\Lib\tkinter; Type: dirifempty Name: {app}\Lib\test\*.pyc; Type: files Name: {app}\Lib\test\*.pyo; Type: files Name: {app}\Lib\test; Type: dirifempty |