Author: Matti Picus <[email protected]>
Branch: msvc14
Changeset: r93778:d3ca334e5537
Date: 2018-02-06 17:26 -0500
http://bitbucket.org/pypy/pypy/changeset/d3ca334e5537/
Log: do not use precompiled headers for main.c, wmain.c
diff --git a/rpython/translator/platform/windows.py
b/rpython/translator/platform/windows.py
--- a/rpython/translator/platform/windows.py
+++ b/rpython/translator/platform/windows.py
@@ -380,6 +380,8 @@
]
if len(headers_to_precompile)>0:
+ if shared:
+ no_precompile_cfiles += ['main.c', 'wmain.c']
stdafx_h = path.join('stdafx.h')
txt = '#ifndef PYPY_STDAFX_H\n'
txt += '#define PYPY_STDAFX_H\n'
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit