Skip to content

Commit 15d5da8

Browse files
committed
disable exceptions
1 parent 944e692 commit 15d5da8

4 files changed

Lines changed: 11 additions & 1 deletion

File tree

Spore LuaAPI/Spore LuaAPI.vcxproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@
126126
<PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
127127
<PrecompiledHeaderOutputFile>$(IntDir)$(TargetName).pch</PrecompiledHeaderOutputFile>
128128
<AdditionalIncludeDirectories>$(ProjectDir);$(ProjectDir)SourceCode\DLL\</AdditionalIncludeDirectories>
129+
<ExceptionHandling>false</ExceptionHandling>
129130
</ClCompile>
130131
<Link>
131132
<SubSystem>Windows</SubSystem>
@@ -146,6 +147,7 @@
146147
</UndefinePreprocessorDefinitions>
147148
<PrecompiledHeaderOutputFile>$(IntDir)$(TargetName).pch</PrecompiledHeaderOutputFile>
148149
<AdditionalIncludeDirectories>$(ProjectDir);$(ProjectDir)SourceCode\DLL\</AdditionalIncludeDirectories>
150+
<ExceptionHandling>false</ExceptionHandling>
149151
</ClCompile>
150152
<Link>
151153
<SubSystem>Windows</SubSystem>
@@ -166,6 +168,7 @@
166168
<PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
167169
<PrecompiledHeaderOutputFile>$(IntDir)$(TargetName).pch</PrecompiledHeaderOutputFile>
168170
<AdditionalIncludeDirectories>$(ProjectDir);$(ProjectDir)SourceCode\DLL\</AdditionalIncludeDirectories>
171+
<ExceptionHandling>false</ExceptionHandling>
169172
</ClCompile>
170173
<Link>
171174
<SubSystem>Windows</SubSystem>
@@ -188,6 +191,7 @@
188191
<PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
189192
<PrecompiledHeaderOutputFile>$(IntDir)$(TargetName).pch</PrecompiledHeaderOutputFile>
190193
<AdditionalIncludeDirectories>$(ProjectDir);$(ProjectDir)SourceCode\DLL\</AdditionalIncludeDirectories>
194+
<ExceptionHandling>false</ExceptionHandling>
191195
</ClCompile>
192196
<Link>
193197
<SubSystem>Windows</SubSystem>

lua54/lua54.vcxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@
179179
<PrecompiledHeader>NotUsing</PrecompiledHeader>
180180
<PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
181181
<LanguageStandard>stdcpp17</LanguageStandard>
182+
<ExceptionHandling>false</ExceptionHandling>
182183
</ClCompile>
183184
<Link>
184185
<SubSystem>
@@ -217,6 +218,7 @@
217218
<PrecompiledHeader>NotUsing</PrecompiledHeader>
218219
<PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
219220
<LanguageStandard>stdcpp17</LanguageStandard>
221+
<ExceptionHandling>false</ExceptionHandling>
220222
</ClCompile>
221223
<Link>
222224
<SubSystem>

tracy/tracy.vcxproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@
9494
<PrecompiledHeaderFile>
9595
</PrecompiledHeaderFile>
9696
<LanguageStandard>stdcpp17</LanguageStandard>
97+
<ExceptionHandling>false</ExceptionHandling>
9798
</ClCompile>
9899
<Link>
99100
<GenerateDebugInformation>true</GenerateDebugInformation>
@@ -109,6 +110,7 @@
109110
<PrecompiledHeaderFile>
110111
</PrecompiledHeaderFile>
111112
<LanguageStandard>stdcpp17</LanguageStandard>
113+
<ExceptionHandling>false</ExceptionHandling>
112114
</ClCompile>
113115
<Link>
114116
<GenerateDebugInformation>true</GenerateDebugInformation>
@@ -126,6 +128,7 @@
126128
<PrecompiledHeaderFile>
127129
</PrecompiledHeaderFile>
128130
<LanguageStandard>stdcpp17</LanguageStandard>
131+
<ExceptionHandling>false</ExceptionHandling>
129132
</ClCompile>
130133
<Link>
131134
<EnableCOMDATFolding>true</EnableCOMDATFolding>
@@ -145,6 +148,7 @@
145148
<PrecompiledHeaderFile>
146149
</PrecompiledHeaderFile>
147150
<LanguageStandard>stdcpp17</LanguageStandard>
151+
<ExceptionHandling>false</ExceptionHandling>
148152
</ClCompile>
149153
<Link>
150154
<EnableCOMDATFolding>true</EnableCOMDATFolding>

tracy/tracy.vcxproj.filters

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,6 @@
8686
</ClInclude>
8787
</ItemGroup>
8888
<ItemGroup>
89-
<ClCompile Include="..\tracy\public\TracyClient.cpp" />
89+
<ClCompile Include="tracy\public\TracyClient.cpp" />
9090
</ItemGroup>
9191
</Project>

0 commit comments

Comments
 (0)