mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 17:05:46 +00:00
[MSVC]
Don't compile wine direct x dlls on MSVC for now svn path=/trunk/; revision=52260
This commit is contained in:
parent
1692738b5c
commit
6d962ddf28
1 changed files with 2 additions and 0 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue