[Python-Dev] ctypes is in SVN now.

Thomas Heller theller at python.net
Thu Mar 9 21:51:17 CET 2006


Tim Peters wrote:
> [Thomas Heller]
>> ...
>> I could do that myself, but only for x86, while other .pyd files also have build
>> settings for Itanium and x86_64.  (I find it always very painful to click through
>> the settings dialog in MSVC - isn't there any other way to create these files?)
> 
> Under VC 6 I generally just renamed a copy of "a similar" existing
> project file and used a text editor to change the paths.  I haven't
> tried that under the 7.1 MSDev.

That's what I did when I created _ctypes_test.vcproj from _ctypes.vcproj.
I had to insert a new guid though.



More information about the Python-Dev mailing list