If you want to compile mod_python manually with your favourite compiler, this document may be of use to you.

Files to exclude from build: None
Additional include directories:
	mod_python headers: include
	apache headers: ($APACHE_LOCATION)/include
	python headers: ($PYTHON_LOCATION)/include
Additional library directories:
	apache: ($APACHE_LOCATION)/lib
	python: ($PYTHON_LOCATION)/libs
Additional dependencies:
	libhttpd.lib libapr.lib libaprutil.lib
	(on windows also include ws2_32.lib)
Output File: mod_python.so