From e600857c194fb78904b47bf5b266096ebe3a933d Mon Sep 17 00:00:00 2001 From: Johannes Anderwald Date: Fri, 18 Feb 2011 02:27:40 +0000 Subject: [PATCH] - Revert all changes made to wuapi. This doesnt work properly with gcc svn path=/branches/cmake-bringup/; revision=50782 --- dll/win32/wuapi/CMakeLists.txt | 3 +-- include/psdk/CMakeLists.txt | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/dll/win32/wuapi/CMakeLists.txt b/dll/win32/wuapi/CMakeLists.txt index 33ceb54a546..7b9a3a35949 100644 --- a/dll/win32/wuapi/CMakeLists.txt +++ b/dll/win32/wuapi/CMakeLists.txt @@ -23,7 +23,6 @@ list(APPEND SOURCE add_library(wuapi SHARED ${SOURCE}) set_module_type(wuapi win32dll) -target_link_libraries(wuapi uuid wine wuapi_idl_header) +target_link_libraries(wuapi uuid wine) add_importlibs(wuapi ole32 advapi32 msvcrt kernel32 ntdll) add_cab_target(wuapi 1) -add_dependencies(wuapi wuapi_idl_header) \ No newline at end of file diff --git a/include/psdk/CMakeLists.txt b/include/psdk/CMakeLists.txt index 2b405bf6b08..1c839b6d9f2 100644 --- a/include/psdk/CMakeLists.txt +++ b/include/psdk/CMakeLists.txt @@ -97,6 +97,7 @@ list(APPEND SOURCE wincodec.idl winsxs.idl wtypes.idl + wuapi.idl xmldom.idl xmldso.idl ctfutb.idl @@ -109,6 +110,4 @@ endif() add_idl_headers(psdk ${SOURCE}) -add_iid_library(wuapi_idl_header wuapi.idl) - add_typelib(stdole2 stdole2.idl)