[COMCTL32][EXPLORER][UXTHEME] Properly draw the taskbar rebar when themes are enabled...
[reactos.git] / reactos / dll / win32 / jsproxy / CMakeLists.txt
1
2 add_definitions(-D__WINESRC__)
3 include_directories(${REACTOS_SOURCE_DIR}/include/reactos/wine)
4 spec2def(jsproxy.dll jsproxy.spec ADD_IMPORTLIB)
5
6 list(APPEND SOURCE
7 main.c
8 ${CMAKE_CURRENT_BINARY_DIR}/jsproxy_stubs.c
9 ${CMAKE_CURRENT_BINARY_DIR}/jsproxy.def)
10
11 add_library(jsproxy SHARED ${SOURCE} rsrc.rc)
12 set_module_type(jsproxy win32dll)
13 target_link_libraries(jsproxy uuid wine)
14 add_importlibs(jsproxy oleaut32 ole32 ws2_32 msvcrt kernel32 ntdll)
15 add_cd_file(TARGET jsproxy DESTINATION reactos/system32 FOR all)