From 62e81c5846afab51757eb48826ac02522e9864f3 Mon Sep 17 00:00:00 2001 From: Graham Bloice Date: Tue, 7 Nov 2017 13:35:34 +0000 Subject: Open Windows CHM Help from Help menu. Renable the link between the Menu help command and the locally installed CHM help file. This allows the user to acces the appropriate help built for their specific version rather than the latest version on the Wireshark web site. Change-Id: I7bb3d418ba405d6c7614ab6d52f7b0eda843d0de Reviewed-on: https://code.wireshark.org/review/24276 Petri-Dish: Graham Bloice Tested-by: Petri Dish Buildbot Reviewed-by: Graham Bloice --- ui/CMakeLists.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'ui') diff --git a/ui/CMakeLists.txt b/ui/CMakeLists.txt index 275c8eda43..5c9950f247 100644 --- a/ui/CMakeLists.txt +++ b/ui/CMakeLists.txt @@ -19,7 +19,6 @@ # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. # - set(COMMON_UI_SRC alert_box.c capture.c @@ -97,6 +96,11 @@ set_target_properties(ui PROPERTIES FOLDER "UI" ) +if (HTML_HELP_COMPILER) + add_definitions(-DHHC_DIR) + target_link_libraries(ui Htmlhelp.lib) +endif() + CHECKAPI( NAME ui-base -- cgit v1.2.3