[Python-Dev] Adventures with x64, VS7 and VS8 on Windows (original) (raw)
Trent Mick trentm at activestate.com
Wed May 23 21:37:54 CEST 2007
- Previous message: [Python-Dev] Adventures with x64, VS7 and VS8 on Windows
- Next message: [Python-Dev] Adventures with x64, VS7 and VS8 on Windows
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
It seems the best thing might be to modify the PCBuild8 build process so the output binaries are in the ../PCBuild' directory - this way distutils and others continue to work fine. Does that sound reasonable? I think Kristjan will have to say a word here: I think he just likes it the way it is right now. That would rather suggest that buildext needs to be changed.
I use this patch in ActivePython to get distutils to find the correct PCbuild dir (see attached).
Trent
-- Trent Mick trentm at activestate.com -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: distutils_pcbuild_lib_dir.patch Url: http://mail.python.org/pipermail/python-dev/attachments/20070523/41c69cef/attachment.pot
- Previous message: [Python-Dev] Adventures with x64, VS7 and VS8 on Windows
- Next message: [Python-Dev] Adventures with x64, VS7 and VS8 on Windows
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]