From d554ce375feb4985c2ee8739de9f53df16cb0acf Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Gardou?= Date: Mon, 13 Oct 2014 16:07:46 +0000 Subject: [PATCH] [WINED3D] - Fix build: This is wha happens when youknow you should perform a clean build but don't. svn path=/trunk/; revision=64726 --- reactos/dll/directx/wine/wined3d/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/dll/directx/wine/wined3d/CMakeLists.txt b/reactos/dll/directx/wine/wined3d/CMakeLists.txt index 46157e3b874..a35703fd731 100644 --- a/reactos/dll/directx/wine/wined3d/CMakeLists.txt +++ b/reactos/dll/directx/wine/wined3d/CMakeLists.txt @@ -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) -- 2.17.1