]> granicus.if.org Git - python/commitdiff
clean out some hotshot-related build turds
authorFred Drake <fdrake@acm.org>
Thu, 11 Oct 2007 18:05:38 +0000 (18:05 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 11 Oct 2007 18:05:38 +0000 (18:05 +0000)
PC/config.c
PCbuild/python.iss
PCbuild/python20.wse
PCbuild/pythoncore.vcproj

index 4a33fec70ab115d967958814bc85d2302bdb0a0b..ac2d067070fa68fa3ea0c19600557374c231f158 100644 (file)
@@ -28,7 +28,6 @@ extern void init_locale(void);
 #endif
 extern void init_codecs(void);
 extern void init_weakref(void);
-extern void init_hotshot(void);
 extern void initxxsubtype(void);
 extern void initzipimport(void);
 extern void init_random(void);
index 074dbcd32f6154fb069124e39aa2cb6a48782296..480b8c1d7405b6fe84fda8ce979fc950cadb2999 100644 (file)
@@ -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
index fa11af4b3ed7e883f263a8a52562de9dd08cc8ff..da2df69b211b31389b93e8fb051baf496df98a9b 100644 (file)
@@ -2023,14 +2023,6 @@ item: Install File
 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
index 802bed32cb3f7d9361c5bf30371fc5454d1a5db1..0168f739111e73fbc3f6bc2f127d0b9d501ce443 100644 (file)
                <File
                        RelativePath="..\Modules\_heapqmodule.c">
                </File>
-               <File
-                       RelativePath="..\Modules\_hotshot.c">
-               </File>
                <File
                        RelativePath="..\Modules\_localemodule.c">
                </File>