- Revert all changes made to wuapi. This doesnt work properly with gcc

svn path=/branches/cmake-bringup/; revision=50782
This commit is contained in:
Johannes Anderwald 2011-02-18 02:27:40 +00:00
parent b56e88991d
commit e600857c19
2 changed files with 2 additions and 4 deletions

View file

@ -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)

View file

@ -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)