From a1e869297f7beb1e69f0a0ef3933ce616f6e13e8 Mon Sep 17 00:00:00 2001 From: glenlow Date: Sat, 24 May 2008 15:52:27 +0000 Subject: [PATCH] sometimes pkg-config gets amnesia --- windows/build/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/build/Makefile b/windows/build/Makefile index 325c027ed..4a4857d36 100644 --- a/windows/build/Makefile +++ b/windows/build/Makefile @@ -110,4 +110,4 @@ $(GV_DIR)/Makefile: $(GV_DIR)/configure @echo @echo CONFIGURING GRAPHVIZ... @echo - cd $(GV_DIR) && ./configure --enable-swig=no --enable-tcl=no --without-x --with-ipsepcola --with-gdiplus --with-platformsdkincludedir="$(PLATFORMSDK)\Include" --with-platformsdklibdir="$(PLATFORMSDK)\Lib" CFLAGS="-O2 -mms-bitfields -I$(LOCAL_INCLUDE)" CXXFLAGS="-O2 -mms-bitfields -I$(LOCAL_INCLUDE)" LDFLAGS="-L$(LOCAL_LIB)" GDLIB_CONFIG="$(LOCAL_BIN)/gdlib-config.exe" LEX="$(LOCAL_BIN)/flex.exe" PKG_CONFIG="$(LOCAL_BIN)/pkg-config.exe" YACC="$(LOCAL_BIN)/yacc.exe" + cd $(GV_DIR) && ./configure --enable-swig=no --enable-tcl=no --without-x --with-ipsepcola --with-gdiplus --with-platformsdkincludedir="$(PLATFORMSDK)\Include" --with-platformsdklibdir="$(PLATFORMSDK)\Lib" CFLAGS="-O2 -mms-bitfields -I$(LOCAL_INCLUDE)" CXXFLAGS="-O2 -mms-bitfields -I$(LOCAL_INCLUDE)" LDFLAGS="-L$(LOCAL_LIB)" GDLIB_CONFIG="$(LOCAL_BIN)/gdlib-config.exe" LEX="$(LOCAL_BIN)/flex.exe" PKG_CONFIG="$(LOCAL_BIN)/pkg-config.exe" PKG_CONFIG_PATH="$(LOCAL_LIB)/pkgconfig" YACC="$(LOCAL_BIN)/yacc.exe" -- 2.40.0