[Python-checkins] CVS: python/dist/src/PCbuild python16.wse,1.4,1.5

Guido van Rossum python-dev@python.org
Fri, 31 Mar 2000 10:51:13 -0500 (EST)


Update of /projects/cvsroot/python/dist/src/PCbuild
In directory eric:/projects/python/develop/guido/src/PCbuild

Modified Files:
	python16.wse 
Log Message:
Buncha last-minute fixes

Index: python16.wse
===================================================================
RCS file: /projects/cvsroot/python/dist/src/PCbuild/python16.wse,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** python16.wse	2000/03/31 01:33:07	1.4
--- python16.wse	2000/03/31 15:51:09	1.5
***************
*** 98,112 ****
  item: End Block
  end
- item: Remark
-   Text=Where system DLLs are installed (choose one of the following):
- end
- item: Set Variable
-   Variable=DLLDEST
-   Value=%MAINDIR%
- end
- remarked item: Set Variable
-   Variable=DLLDEST
-   Value=%SYS32%
- end
  item: Set Variable
    Variable=BACKUP
--- 98,101 ----
***************
*** 651,654 ****
--- 640,654 ----
  item: Open/Close INSTALL.LOG
  end
+ item: Remark
+   Text=Where system DLLs are installed (choose one of the following):
+ end
+ item: Set Variable
+   Variable=DLLDEST
+   Value=%MAINDIR%
+ end
+ remarked item: Set Variable
+   Variable=DLLDEST
+   Value=%SYS32%
+ end
  item: Check Disk Space
    Component=COMPONENTS
***************
*** 700,703 ****
--- 700,708 ----
  end
  item: Install File
+   Source=%_SRC_%\pcbuild\_sre.pyd
+   Destination=%MAINDIR%\DLLs\_sre.pyd
+   Flags=0000000000000010
+ end
+ item: Install File
    Source=%_SRC_%\pcbuild\python16.dll
    Destination=%DLLDEST%\python16.dll
***************
*** 745,749 ****
    Source=%_SRC_%\Lib\encodings\*.py
    Destination=%MAINDIR%\Lib\encodings
!   Description=Tkinter related library modules
    Flags=0000000000000010
  end
--- 750,766 ----
    Source=%_SRC_%\Lib\encodings\*.py
    Destination=%MAINDIR%\Lib\encodings
!   Description=Unicode encoding tables
!   Flags=0000000000000010
! end
! item: Install File
!   Source=%_SRC_%\Lib\distutils\*.py
!   Destination=%MAINDIR%\Lib\distutils
!   Description=Distribution utility modules
!   Flags=0000000000000010
! end
! item: Install File
!   Source=%_SRC_%\Lib\distutils\command\*.py
!   Destination=%MAINDIR%\Lib\distutils\command
!   Description=Distribution utility modules
    Flags=0000000000000010
  end
***************
*** 1123,1127 ****
  end
  item: Include Script
!   Pathname=C:\Program Files\WISE\include\uninstal.wse
  end
  item: If/While Statement
--- 1140,1144 ----
  end
  item: Include Script
!   Pathname=%_WISE_%\include\uninstal.wse
  end
  item: If/While Statement
***************
*** 1235,1249 ****
  end
  item: Install File
!   Source=D:\src\tcl8.3\bin\tcl83.dll
    Destination=%MAINDIR%\tcl83.dll
    Flags=0000000000000010
  end
  item: Install File
!   Source=D:\src\tcl8.3\bin\tk83.dll
    Destination=%MAINDIR%\tk83.dll
    Flags=0000000000000010
  end
  item: Install File
!   Source=D:\src\tcl8.3\lib\*.*
    Destination=%MAINDIR%\tcl
    Flags=0000000100000010
--- 1252,1266 ----
  end
  item: Install File
!   Source=%_SRC_%\..\tcl8.3\bin\tcl83.dll
    Destination=%MAINDIR%\tcl83.dll
    Flags=0000000000000010
  end
  item: Install File
!   Source=%_SRC_%\..\tcl8.3\bin\tk83.dll
    Destination=%MAINDIR%\tk83.dll
    Flags=0000000000000010
  end
  item: Install File
!   Source=%_SRC_%\..\tcl8.3\lib\*.*
    Destination=%MAINDIR%\tcl
    Flags=0000000100000010