[Zope-Checkins] CVS: Zope - configure.bat:1.1.2.4

Chris McDonough chrism@zope.com
Mon, 13 Jan 2003 14:11:33 -0500


Update of /cvs-repository/Zope
In directory cvs.zope.org:/tmp/cvs-serv18510

Modified Files:
      Tag: chrism-install-branch
	configure.bat 
Log Message:
Make install routines work under Windows.


=== Zope/configure.bat 1.1.2.3 => 1.1.2.4 ===
--- Zope/configure.bat:1.1.2.3	Wed Oct  9 11:26:18 2002
+++ Zope/configure.bat	Mon Jan 13 14:11:31 2003
@@ -1,23 +1,23 @@
 @echo off
 
-rem Zope source configure script for Win2K.
-rem To make and compile Zope you will need MS VC++ 6.0
+rem # Zope source configure script for Win2K.
+rem # To make and compile Zope you will need MS VC++ 6.0
 
-rem Assumes youre running on 2000/XP (known to not work under Win98/ME,
-rem thanks Tim!).  It *might* work under WinNT, but it hasn't been tested.
+rem # Assumes youre running on 2000/XP (known to *not* work under Win98/ME,
+rem # thanks Tim!).  It *might* work under WinNT, but it hasn't been tested.
 
-rem To specify a Python interpreter to use instead of accepting the
-rem result of this 'configure' script's autocheck, issue the command
-rem "set PYTHON=\path\to\your\python" before running the configure script.
-
-rem If this script doesnt work for you for some reason, instead just run
-rem "YOUR_PYTHON_EXECUTABLE inst\configure.py --prefix=ZOPE_TARGET_DIR"
-rem to build Zope.
+rem # To specify a Python interpreter to use instead of accepting the
+rem # result of this 'configure' script's autocheck, issue the command
+rem # "set PYTHON=\path\to\your\python" before running the configure script.
+
+rem # If this script doesnt work for you for some reason, instead just run
+rem # "YOUR_PYTHON_EXECUTABLE inst\configure.py --prefix=ZOPE_TARGET_DIR"
+rem # to build Zope.
 
 rem $Id$
 rem $Revision$
 
-set PYTHON_TARGET_VER=2.1
+set PYTHON_TARGET_VER=2.2
 set DEFAULT_PREFIX=C:\Zope
 echo.
 
@@ -45,7 +45,7 @@
  echo   Special:
  echo     To specify a Python interpreter to use, issue the command
  echo     "set PYTHON=\path\to\your\python\executable" before running
- echo     this script.
+ echo     this script (do not put any quotes in the path).
  echo.
  goto :EOF