mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
[WINED3D]
* Fix msvc x64 build. See issue #7032 for more details. svn path=/trunk/; revision=56480
This commit is contained in:
parent
0afb61a98e
commit
2ae8c0ebb6
1 changed files with 0 additions and 6 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue