mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
[RSHELL] Disable exceptions in atl when compiling without exceptions
This commit is contained in:
parent
10fa9bfe0a
commit
aff8581f6d
1 changed files with 3 additions and 0 deletions
|
@ -1,5 +1,8 @@
|
||||||
PROJECT(SHELL)
|
PROJECT(SHELL)
|
||||||
|
|
||||||
|
add_definitions(
|
||||||
|
-D_ATL_NO_EXCEPTIONS)
|
||||||
|
|
||||||
set_cpp(WITH_RUNTIME)
|
set_cpp(WITH_RUNTIME)
|
||||||
|
|
||||||
include_directories(
|
include_directories(
|
||||||
|
|
Loading…
Reference in a new issue