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

Tim Peters tim_one@users.sourceforge.net
Wed, 19 Sep 2001 21:09:41 -0700


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

Modified Files:
	python20.wse 
Log Message:
Install the compiler package under Lib.


Index: python20.wse
===================================================================
RCS file: /cvsroot/python/python/dist/src/PCbuild/python20.wse,v
retrieving revision 1.89
retrieving revision 1.90
diff -C2 -d -r1.89 -r1.90
*** python20.wse	2001/09/08 01:25:47	1.89
--- python20.wse	2001/09/20 04:09:39	1.90
***************
*** 1890,1893 ****
--- 1890,1901 ----
  end
  item: Install File
+   Source=..\Lib\compiler\*.py
+   Destination=%MAINDIR%\Lib\compiler
+   Description=Python compiler written in Python
+   Flags=0000000000000010
+ end
+ item: Remark
+ end
+ item: Install File
    Source=..\lib\distutils\*.py
    Destination=%MAINDIR%\Lib\distutils
***************
*** 2130,2159 ****
    Destination=%MAINDIR%\Tools\versioncheck\README.txt
    Description=Version checker tool
-   Flags=0000000000000010
- end
- item: Remark
- end
- item: Install File
-   Source=..\tools\compiler\*.py
-   Destination=%MAINDIR%\Tools\compiler
-   Description=Python compiler written in Python
-   Flags=0000000000000010
- end
- item: Install File
-   Source=..\tools\compiler\readme
-   Destination=%MAINDIR%\Tools\compiler\README.txt
-   Description=Python compiler written in Python
-   Flags=0000000000000010
- end
- item: Install File
-   Source=..\tools\compiler\compiler\*.py
-   Destination=%MAINDIR%\Tools\compiler\compiler
-   Description=Python compiler written in Python
-   Flags=0000000000000010
- end
- item: Install File
-   Source=..\tools\compiler\compiler\*.txt
-   Destination=%MAINDIR%\Tools\compiler\compiler
-   Description=Python compiler written in Python
    Flags=0000000000000010
  end
--- 2138,2141 ----