From 0efb04d342d4b0cf7b8ef43bd18fe0eae6b9b6f2 Mon Sep 17 00:00:00 2001 From: Haojian Wu Date: Fri, 30 May 2014 00:08:41 +0800 Subject: [PATCH] Move CEF specific variables to config.bkl to avoid duplicate. --- build/bakefiles/config.bkl | 22 +++++++++++++ build/bakefiles/files.bkl | 22 ------------- samples/webview_chromium/webview_chromium.bkl | 32 ++++--------------- 3 files changed, 28 insertions(+), 48 deletions(-) diff --git a/build/bakefiles/config.bkl b/build/bakefiles/config.bkl index ad06b70a0b..013a3eef45 100644 --- a/build/bakefiles/config.bkl +++ b/build/bakefiles/config.bkl @@ -545,4 +545,26 @@ For example, add "-F pe-i386" here if using 64 bit windres for 32 bit build. 0 + + + + + + Debug + Release + + + + + + $(CEF_INCLUDE_DIR)/$(CONFIGURE)/,$(CEF_INCLUDE_DIR)/out/$(CONFIGURE)/lib/ + + + + + + + + + diff --git a/build/bakefiles/files.bkl b/build/bakefiles/files.bkl index c986308fbb..a8b5f77812 100644 --- a/build/bakefiles/files.bkl +++ b/build/bakefiles/files.bkl @@ -3098,28 +3098,6 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! - - - - - - Debug - Release - - - - - - $(CEF_INCLUDE_DIR)/$(CONFIGURE)/,$(CEF_INCLUDE_DIR)/out/$(CONFIGURE)/lib/ - - - - - - - - - src/msw/webview_ie.cpp diff --git a/samples/webview_chromium/webview_chromium.bkl b/samples/webview_chromium/webview_chromium.bkl index 6215b12f8c..a4452cd853 100644 --- a/samples/webview_chromium/webview_chromium.bkl +++ b/samples/webview_chromium/webview_chromium.bkl @@ -3,28 +3,6 @@ - - - - - - Debug - Release - - - - - - $(CEF_INCLUDE_DIR)/$(CONFIGURE)/,$(CEF_INCLUDE_DIR)/out/$(CONFIGURE)/lib/ - - - - - - - - - webview.cpp @@ -35,10 +13,12 @@ adv core base - $(CEF_LIB_DIR) - $(CEF_INCLUDE_DIR) - libcef - libcef_dll_wrapper + + $(CEF_LIB_DIR) + $(CEF_INCLUDE_DIR) + libcef + libcef_dll_wrapper + ../sample.rc