Skip to content

Commit

Permalink
Increased size of precompiled header (client deathmatch project only)
Browse files Browse the repository at this point in the history
  • Loading branch information
jushar committed Dec 7, 2015
1 parent 9330995 commit 1d2e786
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions MTA10/mods/deathmatch/_Deathmatch 2008.vcxproj
Expand Up @@ -98,6 +98,7 @@
<TreatWarningAsError>false</TreatWarningAsError>
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
<DisableSpecificWarnings>4290;4996;4482;%(DisableSpecificWarnings)</DisableSpecificWarnings>
<AdditionalOptions>/Zm110 %(AdditionalOptions)</AdditionalOptions>
</ClCompile>
<Link>
<RegisterOutput>false</RegisterOutput>
Expand Down Expand Up @@ -136,6 +137,7 @@
<WarningLevel>Level3</WarningLevel>
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
<DisableSpecificWarnings>4996;4482;%(DisableSpecificWarnings)</DisableSpecificWarnings>
<AdditionalOptions>/Zm110 %(AdditionalOptions)</AdditionalOptions>
</ClCompile>
<ProjectReference>
<LinkLibraryDependencies>false</LinkLibraryDependencies>
Expand Down Expand Up @@ -177,6 +179,7 @@
<WarningLevel>Level3</WarningLevel>
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
<DisableSpecificWarnings>4996;4482;%(DisableSpecificWarnings)</DisableSpecificWarnings>
<AdditionalOptions>/Zm110 %(AdditionalOptions)</AdditionalOptions>
</ClCompile>
<ProjectReference>
<LinkLibraryDependencies>true</LinkLibraryDependencies>
Expand Down

0 comments on commit 1d2e786

Please sign in to comment.