On Sat, 20 Oct 2001, Doug MacEachern wrote: > some win32 ease.. > perl Makefile.PL MP_GENERATE_XS MP_AP_PREFIX=d:/Apache2 > > apxs values (INCLUDEDIR, etc.) will be derived from MP_AP_PREFIX > so ../httpd-2.0 is not required to exist.
That'll help a great deal, especially with finding the Apache libs and include directories ... thanks ... I was wondering about what approach to use in generating the Makefile for the mod_perl dll ... Right now the Makefile targets don't completely fit for VC++ Win32 (eg, '-out:' is used to specify the target name, rather than '-o'). One could either modify these to accommodate Win32, or make up a Win32-specific target. I think the latter would be easier and perhaps cleaner - is that OK? best regards, randy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
