From 113165bd955843ffff6aa480610c2e3f5eb53372 Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Mon, 22 Dec 2003 13:13:39 +0000 Subject: [PATCH] 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 | 10 +++++- win32/build/config.w32 | 5 --- win32/build/confutils.js | 70 ++++++++++++++++++++++++++++++++++++---- 3 files changed, 73 insertions(+), 12 deletions(-) diff --git a/win32/build/Makefile b/win32/build/Makefile index 951e8466eb..5b8a68bd7c 100644 --- a/win32/build/Makefile +++ b/win32/build/Makefile @@ -80,7 +80,12 @@ set TEST_PHP_EXECUTABLE=$(BUILD_DIR)\php.exe $(BUILD_DIR)\php.exe -d open_basedir= -d safe_mode=0 -d output_buffering=0 run-tests.php $(TESTS) <