Francis ANDRE wrote:

Whan building http-2.0 apache server for win32, the build lauched with nmake stops if one of the module is not present (in my case as show in the traces).

In order to be able to build a full apache server even if thoses modules are not ready, I would suggest to put a /I option on the nmake invocation that copies the modules.

The /I flags allows nmake to continue while subcommands returns a code different from 0

In general, I'm against this because it's too easy to ship a source version
or binaries with missing modules.  The behavior is no different than the
unix build.

Bill

Reply via email to