mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-31 12:23:31 +00:00
[WINED3D]
- Fix build: This is wha happens when youknow you should perform a clean build but don't. svn path=/trunk/; revision=64726
This commit is contained in:
@@ -44,7 +44,7 @@ list(APPEND SOURCE
|
||||
add_library(d3dwine SHARED
|
||||
${SOURCE}
|
||||
version.rc
|
||||
${CMAKE_CURRENT_BINARY_DIR}/wined3d.def)
|
||||
${CMAKE_CURRENT_BINARY_DIR}/d3dwine.def)
|
||||
|
||||
set_module_type(d3dwine win32dll)
|
||||
target_link_libraries(d3dwine wine)
|
||||
|
||||
Reference in New Issue
Block a user