[pypy-svn] r18233 - pypy/dist/pypy/translator/win32

tismer at codespeak.net tismer at codespeak.net
Thu Oct 6 23:32:33 CEST 2005


Author: tismer
Date: Thu Oct  6 23:32:32 2005
New Revision: 18233

Modified:
   pypy/dist/pypy/translator/win32/gc_patch_windows.py
Log:
forgot about the include stuff,added now

Modified: pypy/dist/pypy/translator/win32/gc_patch_windows.py
==============================================================================
--- pypy/dist/pypy/translator/win32/gc_patch_windows.py	(original)
+++ pypy/dist/pypy/translator/win32/gc_patch_windows.py	Thu Oct  6 23:32:32 2005
@@ -18,7 +18,7 @@
 
 copy NT_THREADS_MAKEFILE Makefile
 
-This file is the general-purpose gc dllmakefile. For some internal
+This file is the general-purpose gc dll makefile. For some internal
 reasons, this file's defaults are bad for PyPy. Use this script to
 do a patch: (assuming that you have d:\pypy\dist\pypy\translator\goal)
 
@@ -52,7 +52,11 @@
 in your PATH variable.
 
 Also, copy Release\gc_pypy.lib to (in my case)
-"e:\Programme\Microsoft Visual Studio .NET 2003\Vc7\lib"
+"e:\Programme\Microsoft Visual Studio .NET 2003\Vc7\lib";
+
+finally, copy d:\tmpgc6.5\include to
+"e:\Programme\Microsoft Visual Studio .NET 2003\Vc7\include"
+and rename this folder to "gc", so that "gc/gc.h" is valid.
 
 That's all, folks!
 



More information about the Pypy-commit mailing list