Author: akhaldi Date: Sun Mar 24 16:48:09 2013 New Revision: 58604
URL: http://svn.reactos.org/svn/reactos?rev=58604&view=rev Log: * Add the PSEH3 related define for the TestBE runs.
Modified: trunk/reactos/cmake/gcc.cmake
Modified: trunk/reactos/cmake/gcc.cmake URL: http://svn.reactos.org/svn/reactos/trunk/reactos/cmake/gcc.cmake?rev=58604&a... ============================================================================== --- trunk/reactos/cmake/gcc.cmake [iso-8859-1] (original) +++ trunk/reactos/cmake/gcc.cmake [iso-8859-1] Sun Mar 24 16:48:09 2013 @@ -94,6 +94,7 @@ # PSEH if(GCC_VERSION VERSION_GREATER 4.7) set(USE_PSEH3 1) + add_definitions(-D_USE_PSEH3=1) endif()
# Other