From 45fb05920da493528d0cb5f6cf5234ed343ddc71 Mon Sep 17 00:00:00 2001 From: Timo Kreuzer Date: Sat, 26 Mar 2011 11:37:13 +0000 Subject: [PATCH] [CMAKE] Fix wined3d dll filename for imports svn path=/branches/cmake-bringup/; revision=51150 --- dll/directx/wine/wined3d/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dll/directx/wine/wined3d/CMakeLists.txt b/dll/directx/wine/wined3d/CMakeLists.txt index 8e3f5bdb61f..628eee994d9 100644 --- a/dll/directx/wine/wined3d/CMakeLists.txt +++ b/dll/directx/wine/wined3d/CMakeLists.txt @@ -12,7 +12,7 @@ if(MSVC) add_definitions(-Disnan=_isnan) endif() -spec2def(wined3.dll wined3d.spec) +spec2def(wined3d.dll wined3d.spec) list(APPEND SOURCE ati_fragment_shader.c