[PSDK] Do not compile d3d10.idl as part of d3d_idl_headers.
authorAmine Khaldi <amine.khaldi@reactos.org>
Sun, 1 Nov 2015 17:51:24 +0000 (17:51 +0000)
committerAmine Khaldi <amine.khaldi@reactos.org>
Sun, 1 Nov 2015 17:51:24 +0000 (17:51 +0000)
svn path=/trunk/; revision=69780

reactos/include/psdk/CMakeLists.txt

index e90f04b..1b33c14 100644 (file)
@@ -139,7 +139,7 @@ add_dependencies(psdk xdk)
 add_typelib(stdole2.idl)
 add_custom_target(stdole2 DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/stdole2.tlb)
 
 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)
 
 add_iid_library(wuguid wuapi.idl)
 add_iid_library(xml_uuids msxml2.idl)