# HG changeset patch # User tomwalters@google.com # Date 1279825022 0 # Node ID 1a232b481f479f70d28f730c0a5a61b62d388786 # Parent eb779f1ddbea79a02422bbf722048c50c909d8b7 Edited wiki page through web user interface. diff -r eb779f1ddbea -r 1a232b481f47 wiki/BuildingOnWindows.wiki --- 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