- clean up wine directx build file.
Wine removed COM from wind3d

svn path=/trunk/; revision=52049
This commit is contained in:
Jérôme Gardou 2011-06-01 19:45:03 +00:00
parent f31e1602a7
commit 2489556d2b
3 changed files with 1 additions and 3 deletions

View file

@ -29,7 +29,6 @@ list(APPEND SOURCE
volume.c
volumetexture.c
version.rc
#${REACTOS_BINARY_DIR}/include/reactos/wine/wined3d_i.c
${CMAKE_CURRENT_BINARY_DIR}/d3d8.def)
add_library(d3d8 SHARED ${SOURCE})

View file

@ -31,7 +31,6 @@ list(APPEND SOURCE
volume.c
volumetexture.c
version.rc
#${REACTOS_BINARY_DIR}/include/reactos/wine/wined3d_i.c
${CMAKE_CURRENT_BINARY_DIR}/d3d9_stubs.c
${CMAKE_CURRENT_BINARY_DIR}/d3d9.def)

View file

@ -55,7 +55,7 @@ endif()
add_library(wined3d SHARED ${SOURCE})
set_module_type(wined3d win32dll)
target_link_libraries(wined3d wine uuid)
target_link_libraries(wined3d wine)
add_importlibs(wined3d
user32