]> granicus.if.org Git - php/commit
Add --enable-snapshot-build configure option for win32 build.
authorWez Furlong <wez@php.net>
Mon, 22 Dec 2003 13:13:39 +0000 (13:13 +0000)
committerWez Furlong <wez@php.net>
Mon, 22 Dec 2003 13:13:39 +0000 (13:13 +0000)
commit113165bd955843ffff6aa480610c2e3f5eb53372
treeaea5a5cd564cabcdaa844235b100592d905174c4
parent273c19334b4230deefef4c1b3fc311c497d5d660
Add --enable-snapshot-build configure option for win32 build.
Using it will attempt to switch on any configure options that
were left to their default value of "no".

Add a "snap" target to the makefile which will run a sub-process
to make each SAPI and EXT independently, so that the whole process
does not bail out if a particular extension is broken.

Add a way to specify dependencies between extensions in the
config.w32 files so that the makefile will include appropriate rules
and linkage.
win32/build/Makefile
win32/build/config.w32
win32/build/confutils.js