(original) (raw)

diff --git "a/C:\\Python32\\Lib\\distutils\\msvc9compiler_original.py" "b/C:\\Python32\\Lib\\distutils\\msvc9compiler_manifest.py" index e849e16..f22d96c 100644 --- "a/C:\\Python32\\Lib\\distutils\\msvc9compiler_original.py" +++ "b/C:\\Python32\\Lib\\distutils\\msvc9compiler_manifest.py" @@ -637,6 +637,7 @@ class MSVCCompiler(CCompiler) : temp_manifest = os.path.join( build_temp, os.path.basename(output_filename) + ".manifest") + ld_args.append('/MANIFEST') # should be used to enable the /manifestfile parameter ld_args.append('/MANIFESTFILE:' + temp_manifest) if extra_preargs: