Disable PSEH for MSVC

svn path=/branches/cmake-bringup/; revision=49076
This commit is contained in:
Timo Kreuzer 2010-10-09 16:23:07 +00:00
parent 576f37ef4c
commit 1ae19bdc4a

View file

@ -1,4 +1,6 @@
if(NOT MSVC)
list(APPEND SOURCE framebased.c)
if(ARCH MATCHES i386)
@ -15,3 +17,4 @@ endif(ARCH MATCHES i386)
add_library(pseh ${SOURCE})
add_dependencies(pseh psdk)
endif()