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. _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com