#116 closed defect (released)
python build tweaks
Reported by: | Mark Hammond | Owned by: | Charlie Hull |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | MSVC makefiles | Version: | SVN trunk |
Severity: | normal | Keywords: | |
Cc: | Richard Boulton, Charlie Hull | Blocked By: | |
Blocking: | Operating System: | All |
Description
Attaching a patch which includes a nice tip for avoiding modifications to config.mak, and a patch which avoids specifying the exact name of pythonxx.lib - python has a #pragma for MSVC which embeds the base name.
This should allow a Python bin distro to work with "nmake -f win32.mak PYTHON_DIR=..." - someone who builds from source will also need to override PYTHON_LIB_DIR. Charlie - please feel free to check this in with your defaults replacing any of mine which snuck in :)
Attachments (2)
Change History (10)
comment:1 by , 18 years ago
comment:2 by , 18 years ago
attachments.isobsolete: | 0 → 1 |
---|
comment:3 by , 18 years ago
I believe all these patches are now in HEAD - please comment if not, or close this bug if they are. ;-)
comment:4 by , 18 years ago
Cc: | added |
---|
comment:5 by , 18 years ago
Cc: | added |
---|
comment:6 by , 18 years ago
These patches are still showing as unapplied to me. It might be an artifact of the svn:eol-style change (thanks!), but I will not get to this for a few days.
comment:7 by , 18 years ago
I've just applied some more updates from Charlie, so they may be applied now. Let us know.
comment:9 by , 18 years ago
Operating System: | → All |
---|---|
Resolution: | fixed → released |
Fixed in 1.0.0 release.
er, not sure how this works, don't you need to patch the Python make file as well to take account of PYTHON_LIB_DIR? Let me know and I'll incorporate it. I've made lots of other changes (hopefully for the better) as well, these will be in HEAD soon.