Commit 4821b06e authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

hhctrl.ocx: Added import library.

parent 5da1eaf2
......@@ -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
......
......@@ -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
......
......@@ -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)
......
MODULE = hhctrl.ocx
IMPORTLIB = htmlhelp
IMPORTS = uuid advapi32 comctl32 shlwapi ole32 oleaut32 user32 gdi32
C_SRCS = \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment