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

Guido van Rossum python-dev@python.org
Fri, 30 Jun 2000 07:55:29 -0700


Update of /cvsroot/python/python/dist/src/PCbuild
In directory slayer.i.sourceforge.net:/tmp/cvs-serv12411

Modified Files:
	python20.wse 
Log Message:
Oops.

- The Tcl minor version should be 3 -- we're now using 8.3.1.
- Remove the version number from yet another Tcl source file.

Note that Tcl should be installed in C:\src\tcl for this to work.


Index: python20.wse
===================================================================
RCS file: /cvsroot/python/python/dist/src/PCbuild/python20.wse,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** python20.wse	2000/06/30 14:50:52	1.4
--- python20.wse	2000/06/30 14:55:26	1.5
***************
*** 35,39 ****
    Variable Name5=_TCLMINOR_
    Variable Description5=Tcl/Tk Minor Version (e.g. the "3" in "8.3.1")
!   Variable Default5=2
    Variable Flags5=00001000
  end
--- 35,39 ----
    Variable Name5=_TCLMINOR_
    Variable Description5=Tcl/Tk Minor Version (e.g. the "3" in "8.3.1")
!   Variable Default5=3
    Variable Flags5=00001000
  end
***************
*** 1146,1150 ****
  end
  item: Install File
!   Source=%_SRC_%\..\tcl8.2\lib\*.*
    Destination=%MAINDIR%\tcl
    Flags=0000000100000010
--- 1146,1150 ----
  end
  item: Install File
!   Source=%_SRC_%\..\tcl\lib\*.*
    Destination=%MAINDIR%\tcl
    Flags=0000000100000010