hhctrl.ocx: Added import library.
This commit is contained in:
parent
5da1eaf213
commit
4821b06ed1
|
@ -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)
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
MODULE = hhctrl.ocx
|
||||
IMPORTLIB = htmlhelp
|
||||
IMPORTS = uuid advapi32 comctl32 shlwapi ole32 oleaut32 user32 gdi32
|
||||
|
||||
C_SRCS = \
|
||||
|
|
Loading…
Reference in New Issue