diff --git a/reactos/dll/directx/CMakeLists.txt b/reactos/dll/directx/CMakeLists.txt index 203d5526f64..e6b27506da6 100644 --- a/reactos/dll/directx/CMakeLists.txt +++ b/reactos/dll/directx/CMakeLists.txt @@ -1,10 +1,6 @@ add_subdirectory(amstream) - -if (NOT MSVC) - add_subdirectory(d3d8thk) -endif() - +add_subdirectory(d3d8thk) #add_subdirectory(bdaplgin) #disabled in trunk #add_subdirectory(d3d8) #disabled in trunk, see wine subfolder #add_subdirectory(d3d9) #disabled in trunk, see wine subfolder diff --git a/reactos/dll/directx/d3d8thk/CMakeLists.txt b/reactos/dll/directx/d3d8thk/CMakeLists.txt index d3142b43293..0c88e5d2dfe 100644 --- a/reactos/dll/directx/d3d8thk/CMakeLists.txt +++ b/reactos/dll/directx/d3d8thk/CMakeLists.txt @@ -1,12 +1,7 @@ spec2def(d3d8thk.dll d3d8thk.spec) - add_library(d3d8thk SHARED d3d8thk.rc ${CMAKE_CURRENT_BINARY_DIR}/d3d8thk.def) - set_entrypoint(d3d8thk 0) - add_importlibs(d3d8thk gdi32) - add_dependencies(d3d8thk psdk) - add_cd_file(TARGET d3d8thk DESTINATION reactos/system32 FOR all)