[CMAKE]
authorTimo Kreuzer <timo.kreuzer@reactos.org>
Tue, 25 Jan 2011 16:26:54 +0000 (16:26 +0000)
committerTimo Kreuzer <timo.kreuzer@reactos.org>
Tue, 25 Jan 2011 16:26:54 +0000 (16:26 +0000)
commit45cb5eb1410df3285077e723d54bb4db8e8424f1
tree4cc0aa4ecc258e19ed85f65383bee43cd8d19220
parent0c480c0cb261d1af809ddca66c769554e642795a
[CMAKE]
On MSVC builds, compile native SEH support into PSEH library.
This should be part of the crt, but our crt is too disorganized to handle that. The empty C file is for cmake to get the library right.

svn path=/branches/cmake-bringup/; revision=50486
lib/pseh/CMakeLists.txt
lib/pseh/dummy.c [new file with mode: 0644]
lib/pseh/i386/seh.s [new file with mode: 0644]
lib/pseh/i386/seh_prolog.s [new file with mode: 0644]