mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-22 04:01:23 +00:00
turn on exception handling
svn-id: r10630
This commit is contained in:
parent
94134421bc
commit
a93f400e94
@ -22,7 +22,7 @@
|
||||
AdditionalIncludeDirectories="../../;../../common"
|
||||
PreprocessorDefinitions="WIN32;_DEBUG;_LIB;USE_ADLIB"
|
||||
MinimalRebuild="TRUE"
|
||||
ExceptionHandling="FALSE"
|
||||
ExceptionHandling="TRUE"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="1"
|
||||
BufferSecurityCheck="TRUE"
|
||||
@ -66,7 +66,7 @@
|
||||
AdditionalIncludeDirectories="../../;../../common"
|
||||
PreprocessorDefinitions="WIN32;NDEBUG;_LIB;USE_ADLIB"
|
||||
StringPooling="TRUE"
|
||||
ExceptionHandling="FALSE"
|
||||
ExceptionHandling="TRUE"
|
||||
RuntimeLibrary="0"
|
||||
BufferSecurityCheck="FALSE"
|
||||
EnableFunctionLevelLinking="FALSE"
|
||||
|
@ -22,7 +22,7 @@
|
||||
AdditionalIncludeDirectories="../../;../../common"
|
||||
PreprocessorDefinitions="WIN32;_DEBUG;_LIB;USE_ADLIB"
|
||||
MinimalRebuild="TRUE"
|
||||
ExceptionHandling="FALSE"
|
||||
ExceptionHandling="TRUE"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="1"
|
||||
BufferSecurityCheck="TRUE"
|
||||
@ -66,7 +66,7 @@
|
||||
AdditionalIncludeDirectories="../../;../../common"
|
||||
PreprocessorDefinitions="WIN32;NDEBUG;_LIB;USE_ADLIB"
|
||||
StringPooling="TRUE"
|
||||
ExceptionHandling="FALSE"
|
||||
ExceptionHandling="TRUE"
|
||||
RuntimeLibrary="0"
|
||||
BufferSecurityCheck="FALSE"
|
||||
EnableFunctionLevelLinking="FALSE"
|
||||
|
@ -23,7 +23,7 @@
|
||||
AdditionalIncludeDirectories="../../;../../common"
|
||||
PreprocessorDefinitions="WIN32;_DEBUG;_LIB;USE_ADLIB;BYPASS_COPY_PROT"
|
||||
MinimalRebuild="TRUE"
|
||||
ExceptionHandling="FALSE"
|
||||
ExceptionHandling="TRUE"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="1"
|
||||
BufferSecurityCheck="TRUE"
|
||||
@ -67,7 +67,7 @@
|
||||
AdditionalIncludeDirectories="../../;../../common"
|
||||
PreprocessorDefinitions="WIN32;NDEBUG;_LIB;USE_ADLIB;BYPASS_COPY_PROT"
|
||||
StringPooling="TRUE"
|
||||
ExceptionHandling="FALSE"
|
||||
ExceptionHandling="TRUE"
|
||||
RuntimeLibrary="0"
|
||||
BufferSecurityCheck="FALSE"
|
||||
EnableFunctionLevelLinking="FALSE"
|
||||
|
@ -22,7 +22,7 @@
|
||||
AdditionalIncludeDirectories="../../;../../common"
|
||||
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;USE_ADLIB"
|
||||
MinimalRebuild="TRUE"
|
||||
ExceptionHandling="FALSE"
|
||||
ExceptionHandling="TRUE"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="1"
|
||||
BufferSecurityCheck="TRUE"
|
||||
@ -76,7 +76,7 @@
|
||||
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;USE_ADLIB"
|
||||
StringPooling="TRUE"
|
||||
MinimalRebuild="FALSE"
|
||||
ExceptionHandling="FALSE"
|
||||
ExceptionHandling="TRUE"
|
||||
RuntimeLibrary="0"
|
||||
BufferSecurityCheck="FALSE"
|
||||
EnableFunctionLevelLinking="FALSE"
|
||||
|
@ -22,7 +22,7 @@
|
||||
AdditionalIncludeDirectories="../../;../../common"
|
||||
PreprocessorDefinitions="WIN32;_DEBUG;_LIB;USE_ADLIB"
|
||||
MinimalRebuild="TRUE"
|
||||
ExceptionHandling="FALSE"
|
||||
ExceptionHandling="TRUE"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="1"
|
||||
BufferSecurityCheck="TRUE"
|
||||
@ -67,7 +67,7 @@
|
||||
AdditionalIncludeDirectories="../../;../../common"
|
||||
PreprocessorDefinitions="WIN32;NDEBUG;_LIB;USE_ADLIB"
|
||||
StringPooling="TRUE"
|
||||
ExceptionHandling="FALSE"
|
||||
ExceptionHandling="TRUE"
|
||||
RuntimeLibrary="0"
|
||||
BufferSecurityCheck="FALSE"
|
||||
EnableFunctionLevelLinking="FALSE"
|
||||
|
@ -22,7 +22,7 @@
|
||||
AdditionalIncludeDirectories="../../;../../common"
|
||||
PreprocessorDefinitions="WIN32;_DEBUG;_LIB;USE_ADLIB"
|
||||
MinimalRebuild="TRUE"
|
||||
ExceptionHandling="FALSE"
|
||||
ExceptionHandling="TRUE"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="1"
|
||||
BufferSecurityCheck="TRUE"
|
||||
@ -66,7 +66,7 @@
|
||||
AdditionalIncludeDirectories="../../;../../common"
|
||||
PreprocessorDefinitions="WIN32;NDEBUG;_LIB;USE_ADLIB"
|
||||
StringPooling="TRUE"
|
||||
ExceptionHandling="FALSE"
|
||||
ExceptionHandling="TRUE"
|
||||
RuntimeLibrary="0"
|
||||
BufferSecurityCheck="FALSE"
|
||||
EnableFunctionLevelLinking="FALSE"
|
||||
|
Loading…
x
Reference in New Issue
Block a user