mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
[CMAKE]
Fix wined3d dll filename for imports svn path=/branches/cmake-bringup/; revision=51150
This commit is contained in:
parent
6765eed6e2
commit
45fb05920d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue