mirror of
https://github.com/reactos/reactos.git
synced 2025-01-05 22:12:46 +00:00
[PSDK] Do not compile d3d10.idl as part of d3d_idl_headers.
svn path=/trunk/; revision=69780
This commit is contained in:
parent
8948e65abe
commit
3a7bc4c929
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ add_dependencies(psdk xdk)
|
|||
add_typelib(stdole2.idl)
|
||||
add_custom_target(stdole2 DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/stdole2.tlb)
|
||||
|
||||
add_idl_headers(d3d_idl_headers d3d10.idl d3dcommon.idl)
|
||||
add_idl_headers(d3d_idl_headers d3dcommon.idl)
|
||||
|
||||
add_iid_library(wuguid wuapi.idl)
|
||||
add_iid_library(xml_uuids msxml2.idl)
|
||||
|
|
Loading…
Reference in a new issue