From be78cf16ca1fa144565480ca633325828cb7ec1f Mon Sep 17 00:00:00 2001 From: Amine Khaldi Date: Sun, 2 Jun 2013 19:08:33 +0000 Subject: [PATCH] [KSPROXY] * Exclude from build. We don't need it at the moment. svn path=/trunk/; revision=59152 --- reactos/dll/directx/CMakeLists.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/reactos/dll/directx/CMakeLists.txt b/reactos/dll/directx/CMakeLists.txt index e6b27506da6..a4b10f2f08f 100644 --- a/reactos/dll/directx/CMakeLists.txt +++ b/reactos/dll/directx/CMakeLists.txt @@ -14,9 +14,7 @@ add_subdirectory(dplayx) add_subdirectory(dsound) #add_subdirectory(dsound_new) #disabled in trunk add_subdirectory(dxdiagn) -if(NOT MSVC) - add_subdirectory(ksproxy) #FIXME: fix msvc build -endif() +#add_subdirectory(ksproxy) We don't need it at the moment add_subdirectory(ksuser) add_subdirectory(msdmo) #add_subdirectory(msdvbnp) #disabled in trunk