> > Where is the correct place to put them?
>
>   Well, this is hard to say. Per default, when you build the InstallBin
>   target of Apache2, you'll have the following directories
>
>     /Apache2/include
>     /Apache2/lib
>
>   I think we should not define any directory here, just let the user
>   configure his MSVC++ to look in the right place.

Now I remember why this didn't work. httpd.h is present in both apache and
apache2 include dir. You cannot compile both without configuring your MSVC++
in between. I still think this problem should be solved by adding a
${PREFIX}/include/apache2 ${PREFIX}/lib/apache2 to php4apache2.dsp. I was
just unsure if ..\..\..\php_build was the correct ${PREFIX}. Again I
gathered this from reading dsp files for many extensions and sapis over the
past weekend.

Edin


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to