Hi Wez,
Cool. So far it also requires apache. ++diable+apache does not seam to
work!
- Frank
> I've committed the build infrastructure for the
> "real programmers don't need an IDE" build system for win32.
>
> Why?
> - It's frustrating to have to use VC6 to work on PHP if you
> have a newer version that has incompatible project files.
> - It's annoying to mess around with libxml2 stuff until it
> stabilizes :-) and a pain to have to remember to edit
> the config.w32.h header each time, and a pain to have to
> avoid accidentally committing those changes each time.
> - It's difficult to set up a fully working build environment
> for PHP without installing everything.
> - It's difficult for people without VC6 to create a win32
> project file for their extensions.
>
> Requirements:
> You need windows script host (cscript.exe) and JScript installed.
> This should be a standard config on windows machines since win98
> (perhaps optional under win98).
>
> You also need the Microsoft build tools (cl.exe, link.exe and
nmake.exe).