From: Wez Furlong Date: Wed, 3 Dec 2003 18:31:04 +0000 (+0000) Subject: VC stores lib path in LIB not LIBS. X-Git-Tag: php-5.0.0b3RC1~377 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=883815a9ec4bf168811b1a04c907cec735accd29;p=php VC stores lib path in LIB not LIBS. Add --with-extra-includes and --with-extra-libs to be able to specify general additions to those paths from the environment. --- diff --git a/win32/build/Makefile b/win32/build/Makefile index 03edc92f6f..187ba0ad52 100644 --- a/win32/build/Makefile +++ b/win32/build/Makefile @@ -60,7 +60,7 @@ clean: del /F /Q $(BUILD_DIR)\*.* test: - %COMSPEC% /c <