diff options
author | Fred Drake <fdrake@acm.org> | 2007-10-11 18:05:38 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2007-10-11 18:05:38 (GMT) |
commit | f12088b9b3d3a7219dce0acc607b7aa19b08765b (patch) | |
tree | a56301b8fe9197fd8421f93d351fc0d2b576feba /PCbuild | |
parent | 0e474a801ac6e01a24b900183ef101962148f317 (diff) | |
download | cpython-f12088b9b3d3a7219dce0acc607b7aa19b08765b.zip cpython-f12088b9b3d3a7219dce0acc607b7aa19b08765b.tar.gz cpython-f12088b9b3d3a7219dce0acc607b7aa19b08765b.tar.bz2 |
clean out some hotshot-related build turds
Diffstat (limited to 'PCbuild')
-rw-r--r-- | PCbuild/python.iss | 5 | ||||
-rw-r--r-- | PCbuild/python20.wse | 8 | ||||
-rw-r--r-- | PCbuild/pythoncore.vcproj | 3 |
3 files changed, 0 insertions, 16 deletions
diff --git a/PCbuild/python.iss b/PCbuild/python.iss index 074dbcd..480b8c1 100644 --- a/PCbuild/python.iss +++ b/PCbuild/python.iss @@ -174,10 +174,8 @@ Source: Lib\*.py; DestDir: {app}\Lib; CopyMode: alwaysoverwrite; Components: mai Source: Lib\distutils\*.*; DestDir: {app}\Lib\distutils; CopyMode: alwaysoverwrite; Components: main; Flags: recursesubdirs Source: Lib\email\*.*; DestDir: {app}\Lib\email; CopyMode: alwaysoverwrite; Components: main; Flags: recursesubdirs Source: Lib\encodings\*.*; DestDir: {app}\Lib\encodings; CopyMode: alwaysoverwrite; Components: main; Flags: recursesubdirs -Source: Lib\hotshot\*.*; DestDir: {app}\Lib\hotshot; CopyMode: alwaysoverwrite; Components: main; Flags: recursesubdirs Source: Lib\lib-old\*.*; DestDir: {app}\Lib\lib-old; CopyMode: alwaysoverwrite; Components: main; Flags: recursesubdirs 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\site-packages\README.txt; DestDir: {app}\Lib\site-packages; CopyMode: alwaysoverwrite; Components: main @@ -284,9 +282,6 @@ Name: {app}\Lib\email; Type: dirifempty Name: {app}\Lib\encodings\*.pyc; Type: files Name: {app}\Lib\encodings\*.pyo; Type: files Name: {app}\Lib\encodings; Type: dirifempty -Name: {app}\Lib\hotshot\*.pyc; Type: files -Name: {app}\Lib\hotshot\*.pyo; Type: files -Name: {app}\Lib\hotshot; Type: dirifempty Name: {app}\Lib\lib-old\*.pyc; Type: files Name: {app}\Lib\lib-old\*.pyo; Type: files Name: {app}\Lib\lib-old; Type: dirifempty diff --git a/PCbuild/python20.wse b/PCbuild/python20.wse index fa11af4..da2df69 100644 --- a/PCbuild/python20.wse +++ b/PCbuild/python20.wse @@ -2024,14 +2024,6 @@ end item: Remark end item: Install File - Source=..\lib\hotshot\*.py - Destination=%MAINDIR%\Lib\hotshot - Description=Fast Python profiler - Flags=0000000000000010 -end -item: Remark -end -item: Install File Source=..\lib\lib-old\*.py Destination=%MAINDIR%\Lib\lib-old Description=Obsolete modules diff --git a/PCbuild/pythoncore.vcproj b/PCbuild/pythoncore.vcproj index 802bed3..0168f73 100644 --- a/PCbuild/pythoncore.vcproj +++ b/PCbuild/pythoncore.vcproj @@ -380,9 +380,6 @@ RelativePath="..\Modules\_heapqmodule.c"> </File> <File - RelativePath="..\Modules\_hotshot.c"> - </File> - <File RelativePath="..\Modules\_localemodule.c"> </File> <File |