[WINED3D]

* Fix msvc x64 build.
See issue #7032 for more details.

svn path=/trunk/; revision=56480
This commit is contained in:
Amine Khaldi 2012-05-02 22:48:35 +00:00
parent 0afb61a98e
commit 2ae8c0ebb6

View file

@ -37,12 +37,6 @@ list(APPEND SOURCE
wined3d_main.c
${CMAKE_CURRENT_BINARY_DIR}/wined3d.def)
if(ARCH MATCHES amd64)
list(APPEND SOURCE
powf.c
sqrtf.c)
endif()
add_library(wined3d SHARED
${SOURCE}
version.rc)