Author: tkreuzer
Date: Sat Mar 26 11:37:13 2011
New Revision: 51150
URL:
http://svn.reactos.org/svn/reactos?rev=51150&view=rev
Log:
[CMAKE]
Fix wined3d dll filename for imports
Modified:
branches/cmake-bringup/dll/directx/wine/wined3d/CMakeLists.txt
Modified: branches/cmake-bringup/dll/directx/wine/wined3d/CMakeLists.txt
URL:
http://svn.reactos.org/svn/reactos/branches/cmake-bringup/dll/directx/wine/…
==============================================================================
--- branches/cmake-bringup/dll/directx/wine/wined3d/CMakeLists.txt [iso-8859-1]
(original)
+++ branches/cmake-bringup/dll/directx/wine/wined3d/CMakeLists.txt [iso-8859-1] Sat Mar 26
11:37:13 2011
@@ -12,7 +12,7 @@
add_definitions(-Disnan=_isnan)
endif()
-spec2def(wined3.dll wined3d.spec)
+spec2def(wined3d.dll wined3d.spec)
list(APPEND SOURCE
ati_fragment_shader.c