From: Pierre Joye Date: Fri, 21 Nov 2008 14:05:04 +0000 (+0000) Subject: - expose PHP_BUILD in the Makefile X-Git-Tag: BEFORE_HEAD_NS_CHANGES_MERGE~130 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a2e64a999e68401dc33b45e8b3cbe599aeec2701;p=php - expose PHP_BUILD in the Makefile - ICU 3.8/4.0 are dynamically linked, add $PHP_BUILD\bin to the PATH so php.exe can find them (nmake test, nmake snaps) --- diff --git a/win32/build/Makefile b/win32/build/Makefile index e8d8fa98c2..36b112e439 100644 --- a/win32/build/Makefile +++ b/win32/build/Makefile @@ -22,6 +22,7 @@ LD="$(LINK)" MC="$(MC)" MT="$(MT)" RE2C="$(RE2C)" +PHP_BUILD=$(PHP_BUILD) MCFILE=$(BUILD_DIR)\wsyslog.rc @@ -118,6 +119,7 @@ $(BUILD_DIR)\php.exe -d open_basedir= -d output_buffering=0 run-tests.php $(TEST <