From 3a7bc4c9292a60e74fcae3a764bc3acc983f97fa Mon Sep 17 00:00:00 2001 From: Amine Khaldi Date: Sun, 1 Nov 2015 17:51:24 +0000 Subject: [PATCH] [PSDK] Do not compile d3d10.idl as part of d3d_idl_headers. svn path=/trunk/; revision=69780 --- reactos/include/psdk/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/include/psdk/CMakeLists.txt b/reactos/include/psdk/CMakeLists.txt index e90f04ba579..1b33c14a66d 100644 --- a/reactos/include/psdk/CMakeLists.txt +++ b/reactos/include/psdk/CMakeLists.txt @@ -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) -- 2.17.1