Author: Armin Rigo <ar...@tunes.org> Branch: Changeset: r49646:9106a03c8a60 Date: 2011-11-21 20:01 +0100 http://bitbucket.org/pypy/pypy/changeset/9106a03c8a60/
Log: merge heads diff --git a/pypy/translator/platform/windows.py b/pypy/translator/platform/windows.py --- a/pypy/translator/platform/windows.py +++ b/pypy/translator/platform/windows.py @@ -71,6 +71,8 @@ so_ext = 'dll' exe_ext = 'exe' + relevant_environ = ('PATH', 'INCLUDE', 'LIB') + cc = 'cl.exe' link = 'link.exe' _______________________________________________ pypy-commit mailing list pypy-commit@python.org http://mail.python.org/mailman/listinfo/pypy-commit