[Zope-CVS] CVS: Packages/WinBuilders - README.txt:1.9

Sidnei da Silva sidnei at awkly.org
Wed Apr 13 01:49:11 EDT 2005


Update of /cvs-repository/Packages/WinBuilders
In directory cvs.zope.org:/tmp/cvs-serv20686

Modified Files:
	README.txt 
Log Message:

- Some trailing whitespace


=== Packages/WinBuilders/README.txt 1.8 => 1.9 ===
--- Packages/WinBuilders/README.txt:1.8	Tue Apr 12 23:30:26 2005
+++ Packages/WinBuilders/README.txt	Wed Apr 13 01:49:10 2005
@@ -17,7 +17,7 @@
 or later should be fine.
 
 From the parent directory of the package, make a "tmp" directory.  Place
-the necessary pre-requisites in this directory.  At the time of this writing, 
+the necessary pre-requisites in this directory.  At the time of this writing,
 this includes:
 
   - Python-2.3.5.tgz
@@ -25,14 +25,14 @@
   - pywin32-204.win32-py2.3.exe (extracts binaries and sources)
   - Zope.tgz
 
-As time marches on, these version numbers will obviously change.  See 
+As time marches on, these version numbers will obviously change.  See
 mk/python.mk for the exact versions required.
 
 Building
 --------
 Launch a Cygwin bash shell, and from the parent directory, type:
   WinBuilders/buildout <type>
-where type is one of "python", "zope", or "zeo".  Alternatively, you can 
+where type is one of "python", "zope", or "zeo".  Alternatively, you can
 avoid the bash shell completely, and from a Windows command prompt type:
   bash WinBuilders/buildout <type>
 
@@ -48,7 +48,7 @@
 
 If the build fails:
 
-If the Windows drive you are working on is not C: (or Inno isn't installed 
+If the Windows drive you are working on is not C: (or Inno isn't installed
 there!), try executing the following:
   WinBuilders/buildout CYGROOT=/cygdrive/{your_drive_letter}
 
@@ -65,7 +65,7 @@
 
 All platform notes
 ------------------
-- Depending on your MSVC installation options, you have to run vcvars32.bat 
+- Depending on your MSVC installation options, you have to run vcvars32.bat
   to set up envars for MSVC.  Running that from a bash shell doesn't have any
   effect on the Cygwin PATH. This works:
 



More information about the Zope-CVS mailing list