Mercurial > hg > aimc
comparison 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 |
comparison
equal
deleted
inserted
replaced
332:eb779f1ddbea | 333:1a232b481f47 |
---|---|
32 == Building the Python Module == | 32 == Building the Python Module == |
33 Download [http://www.swig.org/download.html SWIG] | 33 Download [http://www.swig.org/download.html SWIG] |
34 | 34 |
35 If using MSVC 2010 | 35 If using MSVC 2010 |
36 Edit | 36 Edit |
37 C:\Python27\Lib\distutils\msvc9compiler.py line 243 to be toolskey = "VS100COMNTOOLS" | 37 C:\Python27\Lib\distutils\msvc9compiler.py line 243 to be |
38 toolskey = "VS100COMNTOOLS" | |
39 | |
40 For all versions of MSVC, you may also need to add the line | |
41 ld_args.append('/MANIFEST') | |
42 just after the line | |
43 ld_args.append('/MANIFESTFILE:' + temp_manifest) | |
44 | |
45 then run | |
46 pythonsetup.py "build_ext" |