- Fix wuapi build. Really.

svn path=/branches/cmake-bringup/; revision=50783
This commit is contained in:
Amine Khaldi 2011-02-18 09:47:14 +00:00
parent e600857c19
commit ff62e63d04
3 changed files with 4 additions and 1 deletions

View file

@ -165,4 +165,5 @@ macro(add_iid_library TARGET)
list(APPEND IID_SOURCES ${NAME}_i.c)
endforeach()
add_library(${TARGET} ${IID_SOURCES})
add_dependencies(${TARGET} psdk)
endmacro()

View file

@ -23,6 +23,6 @@ list(APPEND SOURCE
add_library(wuapi SHARED ${SOURCE})
set_module_type(wuapi win32dll)
target_link_libraries(wuapi uuid wine)
target_link_libraries(wuapi uuid wine wuguid)
add_importlibs(wuapi ole32 advapi32 msvcrt kernel32 ntdll)
add_cab_target(wuapi 1)

View file

@ -111,3 +111,5 @@ endif()
add_idl_headers(psdk ${SOURCE})
add_typelib(stdole2 stdole2.idl)
add_iid_library(wuguid wuapi.idl)