[D3D8THK]

* Welcome to MSVC build.

svn path=/trunk/; revision=57026
This commit is contained in:
Amine Khaldi 2012-08-02 00:23:07 +00:00
parent e22f22a242
commit f9848c0704
2 changed files with 1 additions and 10 deletions

View file

@ -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

View file

@ -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)