diff wiki/BuildingOnWindows.wiki @ 333:1a232b481f47

Edited wiki page through web user interface.
author tomwalters@google.com
date Thu, 22 Jul 2010 18:57:02 +0000
parents eb779f1ddbea
children b43c2eec4f73
line wrap: on
line diff
--- a/wiki/BuildingOnWindows.wiki	Thu Jul 22 08:05:43 2010 +0000
+++ b/wiki/BuildingOnWindows.wiki	Thu Jul 22 18:57:02 2010 +0000
@@ -34,4 +34,13 @@
 
 If using MSVC 2010
 Edit
-C:\Python27\Lib\distutils\msvc9compiler.py line 243 to be  toolskey = "VS100COMNTOOLS"
\ No newline at end of file
+C:\Python27\Lib\distutils\msvc9compiler.py line 243 to be
+ toolskey = "VS100COMNTOOLS"
+
+For all versions of MSVC, you may also need to add the line
+ ld_args.append('/MANIFEST')
+just after the line
+  ld_args.append('/MANIFESTFILE:' + temp_manifest)
+
+then run
+ pythonsetup.py "build_ext"
\ No newline at end of file