From 883815a9ec4bf168811b1a04c907cec735accd29 Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Wed, 3 Dec 2003 18:31:04 +0000 Subject: [PATCH] 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. --- win32/build/Makefile | 2 +- win32/build/config.w32 | 25 +++++++++++++++++++++++++ win32/build/confutils.js | 9 +++++++-- 3 files changed, 33 insertions(+), 3 deletions(-) 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 <