[pypy-svn] r59280 - pypy/branch/cbuild-refactor/pypy/translator/platform

fijal at codespeak.net fijal at codespeak.net
Mon Oct 20 19:30:44 CEST 2008


Author: fijal
Date: Mon Oct 20 19:30:43 2008
New Revision: 59280

Modified:
   pypy/branch/cbuild-refactor/pypy/translator/platform/windows.py
Log:
this hook is not needed on windows


Modified: pypy/branch/cbuild-refactor/pypy/translator/platform/windows.py
==============================================================================
--- pypy/branch/cbuild-refactor/pypy/translator/platform/windows.py	(original)
+++ pypy/branch/cbuild-refactor/pypy/translator/platform/windows.py	Mon Oct 20 19:30:43 2008
@@ -131,8 +131,7 @@
         rel_ofiles = [rel_cfile[:-2]+'.obj' for rel_cfile in rel_cfiles]
         m.cfiles = rel_cfiles
 
-        rel_includedirs = [pypyrel(incldir) for incldir in
-                           self._preprocess_dirs(eci.include_dirs)]
+        rel_includedirs = [pypyrel(incldir) for incldir in eci.include_dirs]
 
         m.comment('automatically generated makefile')
         definitions = [



More information about the Pypy-commit mailing list