[Python-checkins] CVS: python/dist/src/PCbuild python20.wse,1.39.2.4,1.39.2.5

Tim Peters tim_one@users.sourceforge.net
Thu, 10 Jan 2002 15:05:12 -0800


Update of /cvsroot/python/python/dist/src/PCbuild
In directory usw-pr-cvs1:/tmp/cvs-serv27055/PCbuild

Modified Files:
      Tag: release21-maint
	python20.wse 
Log Message:
Mostly removing stuff the installer does in 2.2 that can't be done in
2.1 (e.g., there was no Lib/test/data directory then, hotshot didn't exist,
ditto the Lib/email package, etc).  Also restored the now-obsolete expat
setup.


Index: python20.wse
===================================================================
RCS file: /cvsroot/python/python/dist/src/PCbuild/python20.wse,v
retrieving revision 1.39.2.4
retrieving revision 1.39.2.5
diff -C2 -d -r1.39.2.4 -r1.39.2.5
*** python20.wse	2002/01/10 22:49:58	1.39.2.4
--- python20.wse	2002/01/10 23:05:10	1.39.2.5
***************
*** 1836,1841 ****
  end
  item: Install File
!   Source=..\..\expat\libs\expat.dll
!   Destination=%MAINDIR%\DLLs\expat.dll
    Description=Expat library
    Flags=0000000000000010
--- 1836,1847 ----
  end
  item: Install File
!   Source=..\..\expat\bin\xmlparse.dll
!   Destination=%MAINDIR%\DLLs\xmlparse.dll
!   Description=Expat library
!   Flags=0000000000000010
! end
! item: Install File
!   Source=..\..\expat\bin\xmltok.dll
!   Destination=%MAINDIR%\DLLs\xmltok.dll
    Description=Expat library
    Flags=0000000000000010
***************
*** 1905,1916 ****
  end
  item: Install File
-   Source=..\lib\email\*.py
-   Destination=%MAINDIR%\Lib\email
-   Description=Library email package
-   Flags=0000000000000010
- end
- item: Remark
- end
- item: Install File
    Source=..\lib\encodings\*.py
    Destination=%MAINDIR%\Lib\encodings
--- 1911,1914 ----
***************
*** 1921,1932 ****
  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
--- 1919,1922 ----
***************
*** 1985,1990 ****
  end
  item: Install File
!   Source=..\pc\pyconfig.h
!   Destination=%MAINDIR%\include\pyconfig.h
    Description=Header files (pyconfig.h)
    Flags=0000000000000010
--- 1975,1980 ----
  end
  item: Install File
!   Source=..\pc\config.h
!   Destination=%MAINDIR%\include\config.h
    Description=Header files (pyconfig.h)
    Flags=0000000000000010
***************
*** 2233,2244 ****
    Source=..\lib\test\*.out
    Destination=%MAINDIR%\Lib\test
-   Description=Python Test files
-   Flags=0000000000000010
- end
- item: Remark
- end
- item: Install File
-   Source=..\lib\test\data\*.*
-   Destination=%MAINDIR%\Lib\test\data
    Description=Python Test files
    Flags=0000000000000010
--- 2223,2226 ----