]> granicus.if.org Git - python/commit
Build _ctypes.pyd for win AMD64 into the MSVC project file.
authorThomas Heller <theller@ctypes.org>
Fri, 25 Aug 2006 09:26:33 +0000 (09:26 +0000)
committerThomas Heller <theller@ctypes.org>
Fri, 25 Aug 2006 09:26:33 +0000 (09:26 +0000)
commit7dc77ce9694810cf448156420ac38e9ba252e88d
tree0312b998b3ab61bb7e0575af601e6c9b578ed3aa
parentb1a7d758e20025829aa27bf433dda7e8db15a9bc
Build _ctypes.pyd for win AMD64 into the MSVC project file.
Since MSVC doesn't know about .asm files, a helper batch file is needed
to find ml64.exe in predefined locations.  The helper script hardcodes
the path to the MS Platform SDK.
PCbuild/_ctypes.vcproj
PCbuild/amd64_ml64.bat [new file with mode: 0644]