[pypy-svn] r72054 - pypy/trunk/pypy/doc

arigo at codespeak.net arigo at codespeak.net
Wed Mar 10 15:51:24 CET 2010


Author: arigo
Date: Wed Mar 10 15:51:22 2010
New Revision: 72054

Modified:
   pypy/trunk/pypy/doc/windows.txt
Log:
It is really 'ms\nt.mak' that is needed for translation.
'ms\ntdll.mak' makes 'out32dll', which is the DLL-only version.


Modified: pypy/trunk/pypy/doc/windows.txt
==============================================================================
--- pypy/trunk/pypy/doc/windows.txt	(original)
+++ pypy/trunk/pypy/doc/windows.txt	Wed Mar 10 15:51:22 2010
@@ -91,7 +91,7 @@
 
     perl Configure VC-WIN32
     ms\do_ms.bat
-    nmake -f ms\ntdll.mak install
+    nmake -f ms\nt.mak install
 
 Using the mingw compiler
 ------------------------



More information about the Pypy-commit mailing list