Jacek Caban : hhctrl.ocx: Added import library.

Alexandre Julliard julliard at winehq.org
Fri Nov 30 13:48:21 CST 2012


Module: wine
Branch: master
Commit: 4821b06ed11cbd3e7648c81e884cde4a8abc89d2
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=4821b06ed11cbd3e7648c81e884cde4a8abc89d2

Author: Jacek Caban <jacek at codeweavers.com>
Date:   Fri Nov 30 11:12:39 2012 +0100

hhctrl.ocx: Added import library.

---

 .gitignore                  |    1 +
 configure                   |    2 +-
 configure.ac                |    2 +-
 dlls/hhctrl.ocx/Makefile.in |    1 +
 4 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/.gitignore b/.gitignore
index dde97a4..036a810 100644
--- a/.gitignore
+++ b/.gitignore
@@ -64,6 +64,7 @@ dlls/jscript/parser.tab.c
 dlls/jscript/parser.tab.h
 dlls/libd3dcompiler.def
 dlls/libd3dx9.def
+dlls/libhtmlhelp.def
 dlls/libkernel.def
 dlls/libwinspool.def
 dlls/libxinput.def
diff --git a/configure b/configure
index bf5c81c..61f3f9a 100755
--- a/configure
+++ b/configure
@@ -15497,7 +15497,7 @@ wine_fn_config_dll glu32 enable_glu32 implib
 wine_fn_config_dll gphoto2.ds enable_gphoto2_ds po
 wine_fn_config_dll gpkcsp enable_gpkcsp
 wine_fn_config_dll hal enable_hal
-wine_fn_config_dll hhctrl.ocx enable_hhctrl_ocx po
+wine_fn_config_dll hhctrl.ocx enable_hhctrl_ocx implib,po htmlhelp
 wine_fn_config_dll hid enable_hid implib
 wine_fn_config_dll hlink enable_hlink implib
 wine_fn_config_test dlls/hlink/tests hlink_test
diff --git a/configure.ac b/configure.ac
index 2f1032b..c8a5e0d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2703,7 +2703,7 @@ WINE_CONFIG_DLL(glu32,,[implib])
 WINE_CONFIG_DLL(gphoto2.ds,,[po])
 WINE_CONFIG_DLL(gpkcsp)
 WINE_CONFIG_DLL(hal)
-WINE_CONFIG_DLL(hhctrl.ocx,,[po])
+WINE_CONFIG_DLL(hhctrl.ocx,,[implib,po],[htmlhelp])
 WINE_CONFIG_DLL(hid,,[implib])
 WINE_CONFIG_DLL(hlink,,[implib])
 WINE_CONFIG_TEST(dlls/hlink/tests)
diff --git a/dlls/hhctrl.ocx/Makefile.in b/dlls/hhctrl.ocx/Makefile.in
index 289cc39..4545bde 100644
--- a/dlls/hhctrl.ocx/Makefile.in
+++ b/dlls/hhctrl.ocx/Makefile.in
@@ -1,4 +1,5 @@
 MODULE    = hhctrl.ocx
+IMPORTLIB = htmlhelp
 IMPORTS   = uuid advapi32 comctl32 shlwapi ole32 oleaut32 user32 gdi32
 
 C_SRCS = \




More information about the wine-cvs mailing list