Sync with trunk r58740.
[reactos.git] / dll / win32 / hhctrl.ocx / CMakeLists.txt
1
2 remove_definitions(-D_WIN32_WINNT=0x502)
3 add_definitions(-D_WIN32_WINNT=0x600)
4
5 add_definitions(-D__WINESRC__)
6 include_directories(${REACTOS_SOURCE_DIR}/include/reactos/wine)
7 spec2def(hhctrl.ocx hhctrl.ocx.spec)
8
9 add_library(hhctrl SHARED
10 chm.c
11 content.c
12 help.c
13 hhctrl.c
14 index.c
15 search.c
16 stream.c
17 webbrowser.c
18 hhctrl.rc
19 ${CMAKE_CURRENT_BINARY_DIR}/hhctrl.def)
20
21 add_typelib(hhctrl_tlb.idl)
22 set_source_files_properties(hhctrl.rc PROPERTIES OBJECT_DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/hhctrl_tlb.tlb)
23 set_module_type(hhctrl win32ocx)
24 target_link_libraries(hhctrl uuid wine itss_guid)
25 add_importlibs(hhctrl advapi32 comctl32 shlwapi ole32 oleaut32 user32 gdi32 msvcrt kernel32 ntdll)
26 add_dependencies(hhctrl wineheaders)
27 add_pch(hhctrl hhctrl.h)
28 add_cd_file(TARGET hhctrl DESTINATION reactos/system32 FOR all)