22 ${CMAKE_CURRENT_BINARY_DIR}/oleaut32.def)
24 remove_definitions(-D_WIN32_WINNT=0x502)
25 add_definitions(-D_WIN32_WINNT=0x600)
27 #FIXME: this should be quotes enclosed
28 add_definitions(-DPROXY_CLSID_IS={0xb196b286,0xbab4,0x101a,{0xb6,0x9c,0x00,0xaa,0x00,0x34,0x1d,0x07}})
29 #add_definitions(-DPROXY_CLSID_IS="{0xb196b286,0xbab4,0x101a,{0xb6,0x9c,0x00,0xaa,0x00,0x34,0x1d,0x07}}")
37 -DENTRY_PREFIX=OLEAUTPS_)
40 # seems to work, but is this correct ?
41 # <compilerflag compilerset="msc">/FIwine/typeof.h</compilerflag>
42 add_definitions(/FIwine/typeof.h)
46 ${REACTOS_SOURCE_DIR}/include/reactos/libs/libjpeg
47 ${REACTOS_SOURCE_DIR}/include/reactos/wine)
49 spec2def(oleaut32.dll oleaut32.spec)
51 rpcproxy(oleaut32 oleaut32_oaidl.idl oleaut32_ocidl.idl)
53 add_library(oleaut32 SHARED ${SOURCE})
55 set_module_type(oleaut32 win32dll)
57 target_link_libraries(oleaut32
63 add_importlibs(oleaut32 windowscodecs ole32 rpcrt4 user32 gdi32 advapi32 comctl32 urlmon msvcrt kernel32 ntdll)
65 add_cab_target(oleaut32 1)
66 add_importlib_target(oleaut32.spec)