[pypy-svn] r37036 - pypy/dist/pypy/translator/goal/win32

cfbolz at codespeak.net cfbolz at codespeak.net
Fri Jan 19 19:30:29 CET 2007


Author: cfbolz
Date: Fri Jan 19 19:30:27 2007
New Revision: 37036

Modified:
   pypy/dist/pypy/translator/goal/win32/gc_patch_windows.py
Log:
small addition by bill mill. thanks a lot. we should advertise this file more.


Modified: pypy/dist/pypy/translator/goal/win32/gc_patch_windows.py
==============================================================================
--- pypy/dist/pypy/translator/goal/win32/gc_patch_windows.py	(original)
+++ pypy/dist/pypy/translator/goal/win32/gc_patch_windows.py	Fri Jan 19 19:30:27 2007
@@ -34,6 +34,8 @@
 
 Now you need to build your gc, either as a debug or as a release
 build. First of all, make sure that you have your environment prepared.
+Please note that you will need to use Microsoft's cmd, as cygwin bash
+doesn't correctly handle the batch file in the next step.
 
 With my setup, I have to do
 



More information about the Pypy-commit mailing list