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

Guido van Rossum python-dev@python.org
Tue, 28 Mar 2000 20:51:39 -0500 (EST)


Update of /projects/cvsroot/python/dist/src/PCbuild
In directory eric:/home/guido/hp/mal/py-patched/PCbuild

Modified Files:
	readme.txt 
Log Message:
Updated for Python 1.6 and VC++ 6.0.


Index: readme.txt
===================================================================
RCS file: /projects/cvsroot/python/dist/src/PCbuild/readme.txt,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** readme.txt	1998/07/07 22:35:03	1.4
--- readme.txt	2000/03/29 01:51:37	1.5
***************
*** 1,4 ****
! Building Python using VC++ 5.x
! ------------------------------
  
  This directory is used to build Python for Win32 platforms,
--- 1,4 ----
! Building Python using VC++ 5.0 or 6.0
! -------------------------------------
  
  This directory is used to build Python for Win32 platforms,
***************
*** 16,20 ****
  The proper order to build is
  
! 1) python15 (this builds python15.dll and python15.lib)
  2) python   (this builds python.exe)
  3) the other subprojects
--- 16,20 ----
  The proper order to build is
  
! 1) python16 (this builds python16.dll and python16.lib)
  2) python   (this builds python.exe)
  3) the other subprojects
***************
*** 27,31 ****
  
  When using the Debug setting, the output files have a _d added to
! their name: python15_d.dll, python_d.exe, parser_d.pyd, and so on.
  
  If you want to create your own extension module DLL, there's an
--- 27,31 ----
  
  When using the Debug setting, the output files have a _d added to
! their name: python16_d.dll, python_d.exe, parser_d.pyd, and so on.
  
  If you want to create your own extension module DLL, there's an
***************
*** 34,38 ****
  
  Pointers:
! Tcl/Tk	http://sunscript.sun.com/ or http://www.scriptics.com
  zlib	http://www.winimage.com/zLibDll
  bsddb	Sam Rushing's web/ftp site
--- 34,39 ----
  
  Pointers:
! Python	http://www.python.org
! Tcl/Tk	http://dev.scriptics.com
  zlib	http://www.winimage.com/zLibDll
  bsddb	Sam Rushing's web/ftp site