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

Chris McDonough chrism@zope.com
Wed, 9 Oct 2002 00:58:13 -0400


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

Modified Files:
      Tag: chrism-install-branch
	configure.bat 
Log Message:
It's probably a bad idea to commit this from Linux, but I'll deal with the conversion later.


=== Zope/configure.bat 1.1.2.1 => 1.1.2.2 ===
--- Zope/configure.bat:1.1.2.1	Sat Oct  5 18:47:03 2002
+++ Zope/configure.bat	Wed Oct  9 00:58:11 2002
@@ -1,11 +1,18 @@
 @echo off
-rem Zope source configure script for win32
-rem Assumes youre running on WinNT/2000/XP
-rem To make and compile Zope you will need MS VC++
-rem TO specify a Python interpreter to use, issue the command
-rem "set PYTHON=\path\to\your\python"
+
+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 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$
@@ -59,7 +66,7 @@
  echo !! ERROR !!
  echo The version of Python you've installed on your computer at
  echo %FOUND_PYTHON% is not capable of running Zope.  Use Python
- echo version %TARGET_PYTHON_VER% instead.  Download and install it
+ echo version %PYTHON_TARGET_VER% instead.  Download and install it
  echo from http://www.python.org.
  echo.
  goto usage
@@ -81,4 +88,6 @@
  echo environment variable.
  echo.
  goto usage
+
+:EOF