From 67d86010ae8a48fa11481b29f06f6f77359f56fb Mon Sep 17 00:00:00 2001 From: Pierre Joye Date: Fri, 21 Nov 2008 14:18:27 +0000 Subject: [PATCH] - MFH: - 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) --- win32/build/Makefile | 2 ++ win32/build/config.w32 | 1 + 2 files changed, 3 insertions(+) diff --git a/win32/build/Makefile b/win32/build/Makefile index 5fe735e32e..fd8ff43b8a 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 safe_mode=0 -d output_buffering=0 run-t <