From ea6bd5cfe5670d0db8d503ff19c9d9f2d58d84b0 Mon Sep 17 00:00:00 2001 From: Haojian Wu Date: Mon, 2 Jun 2014 07:05:14 -0700 Subject: [PATCH] Split CEF_LIB_DIR into LIBCEF_PATH and LIBCEF_WRAPPER_PATH. --- build/bakefiles/config.bkl | 23 +++++++++++++------ build/bakefiles/multilib.bkl | 3 ++- samples/webview_chromium/webview_chromium.bkl | 3 ++- 3 files changed, 20 insertions(+), 9 deletions(-) diff --git a/build/bakefiles/config.bkl b/build/bakefiles/config.bkl index 8d83091d5c..036d0fce30 100644 --- a/build/bakefiles/config.bkl +++ b/build/bakefiles/config.bkl @@ -554,20 +554,29 @@ For example, add "-F pe-i386" here if using 64 bit windres for 32 bit build. Release - - + + - $(CEF_INCLUDE_DIR)/$(CONFIGURE)/,$(CEF_INCLUDE_DIR)/out/$(CONFIGURE)/lib/ + $(CEF_INCLUDE_DIR)/$(CONFIGURE)/ - - $(CEF_INCLUDE_DIR)/Release/ - -L$(CEF_INCLUDE_DIR)/out/Release/obj.target/ + + + + + + + $(CEF_INCLUDE_DIR)/out/$(CONFIGURE)/lib/ + + + + + + $(CEF_INCLUDE_DIR)/out/Release/obj.target/ diff --git a/build/bakefiles/multilib.bkl b/build/bakefiles/multilib.bkl index 912f8df421..374e66f4d3 100644 --- a/build/bakefiles/multilib.bkl +++ b/build/bakefiles/multilib.bkl @@ -187,7 +187,8 @@ $(EXTRALIBS_WEBVIEW) $(WEBVIEW_HDR) $(CEF_INCLUDE_DIR) - $(CEF_LIB_DIR) + $(LIBCEF_PATH) + $(LIBCEF_WRAPPER_PATH) cef cef_dll_wrapper diff --git a/samples/webview_chromium/webview_chromium.bkl b/samples/webview_chromium/webview_chromium.bkl index 36c412db44..fb6798ae09 100644 --- a/samples/webview_chromium/webview_chromium.bkl +++ b/samples/webview_chromium/webview_chromium.bkl @@ -14,7 +14,8 @@ core base - $(CEF_LIB_DIR) + $(LIBCEF_PATH) + $(LIBCEF_WRAPPER_PATH) $(CEF_INCLUDE_DIR) libcef libcef_dll_wrapper