mirror of
https://github.com/ReactionQuake3/reaction.git
synced 2024-11-24 21:21:48 +00:00
Added SAFESEH option for ftola.asm and snapvector.asm.
This commit is contained in:
parent
a8732d5a4b
commit
6753b2eea9
1 changed files with 8 additions and 2 deletions
|
@ -707,8 +707,14 @@
|
|||
<ResourceCompile Include="..\..\code\sys\win_resource.rc" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<MASM Include="..\..\code\asm\ftola.asm" />
|
||||
<MASM Include="..\..\code\asm\snapvector.asm" />
|
||||
<MASM Include="..\..\code\asm\ftola.asm">
|
||||
<UseSafeExceptionHandlers Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</UseSafeExceptionHandlers>
|
||||
<UseSafeExceptionHandlers Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</UseSafeExceptionHandlers>
|
||||
</MASM>
|
||||
<MASM Include="..\..\code\asm\snapvector.asm">
|
||||
<UseSafeExceptionHandlers Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</UseSafeExceptionHandlers>
|
||||
<UseSafeExceptionHandlers Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</UseSafeExceptionHandlers>
|
||||
</MASM>
|
||||
</ItemGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||
<ImportGroup Label="ExtensionTargets">
|
||||
|
|
Loading…
Reference in a new issue