Use dynamically linked SDL 1.2.15 on windows x64

This commit is contained in:
Martijn Berger
2014-07-31 16:43:02 +02:00
parent eb016eb3ae
commit bcbbed0ccf
2 changed files with 5 additions and 10 deletions

View File

@@ -737,12 +737,10 @@ elseif(WIN32)
endif()
if(WITH_SDL)
if(NOT CMAKE_CL_64)
install(
FILES ${LIBDIR}/sdl/lib/SDL.dll
DESTINATION ${TARGETDIR}
)
endif()
install(
FILES ${LIBDIR}/sdl/lib/SDL.dll
DESTINATION ${TARGETDIR}
)
endif()
if(NOT CMAKE_CL_64)