mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-28 19:26:16 +00:00
[MSVC]
Don't compile wine direct x dlls on MSVC for now svn path=/trunk/; revision=52260
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
|
||||
if(NOT MSVC)
|
||||
add_subdirectory(d3d8)
|
||||
add_subdirectory(d3d9)
|
||||
add_subdirectory(d3dx9_24)
|
||||
@@ -22,3 +23,4 @@ add_subdirectory(d3dx9_41)
|
||||
add_subdirectory(d3dx9_42)
|
||||
add_subdirectory(ddraw)
|
||||
add_subdirectory(wined3d)
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user