Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Richard Gobeille
EDuke32
Commits
54177821
Commit
54177821
authored
Jun 10, 2022
by
Richard Gobeille
Browse files
MSVC: enable LargeAddressAware for 32-bit builds... why wasn't this already on?
parent
3f977b3e
Changes
4
Hide whitespace changes
Inline
Side-by-side
platform/Windows/eduke32.vcxproj
View file @
54177821
...
...
@@ -147,6 +147,7 @@
<Link>
<SubSystem>
Windows
</SubSystem>
<GenerateDebugInformation>
true
</GenerateDebugInformation>
<LargeAddressAware>
true
</LargeAddressAware>
</Link>
<ClCompile>
<MultiProcessorCompilation>
true
</MultiProcessorCompilation>
...
...
@@ -173,6 +174,7 @@
<OptimizeReferences>
true
</OptimizeReferences>
<ImageHasSafeExceptionHandlers>
false
</ImageHasSafeExceptionHandlers>
<Profile>
true
</Profile>
<LargeAddressAware>
true
</LargeAddressAware>
</Link>
<ClCompile>
<MultiProcessorCompilation>
true
</MultiProcessorCompilation>
...
...
@@ -417,4 +419,4 @@
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.targets"
/>
<ImportGroup
Label=
"ExtensionTargets"
>
</ImportGroup>
</Project>
</Project>
\ No newline at end of file
platform/Windows/kenbuild.vcxproj
View file @
54177821
...
...
@@ -147,6 +147,7 @@
<Link>
<SubSystem>
Windows
</SubSystem>
<GenerateDebugInformation>
true
</GenerateDebugInformation>
<LargeAddressAware>
true
</LargeAddressAware>
</Link>
<ClCompile>
<MultiProcessorCompilation>
true
</MultiProcessorCompilation>
...
...
@@ -172,6 +173,7 @@
<GenerateDebugInformation>
false
</GenerateDebugInformation>
<OptimizeReferences>
true
</OptimizeReferences>
<ImageHasSafeExceptionHandlers>
false
</ImageHasSafeExceptionHandlers>
<LargeAddressAware>
true
</LargeAddressAware>
</Link>
<ClCompile>
<MultiProcessorCompilation>
true
</MultiProcessorCompilation>
...
...
@@ -305,7 +307,7 @@
</ProjectReference>
<ProjectReference
Include=
"mimalloc.vcxproj"
>
<Project>
{1150264b-19c6-4c32-a204-cb79e96d5492}
</Project>
</ProjectReference>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<ResourceCompile
Include=
"..\..\source\kenbuild\rsrc\gameres.rc"
/>
...
...
platform/Windows/mapster32.vcxproj
View file @
54177821
...
...
@@ -213,6 +213,7 @@
<Link>
<GenerateDebugInformation>
true
</GenerateDebugInformation>
<SubSystem>
Windows
</SubSystem>
<LargeAddressAware>
true
</LargeAddressAware>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
>
...
...
@@ -287,6 +288,7 @@
<SubSystem>
Windows
</SubSystem>
<LinkTimeCodeGeneration>
UseLinkTimeCodeGeneration
</LinkTimeCodeGeneration>
<ImageHasSafeExceptionHandlers>
false
</ImageHasSafeExceptionHandlers>
<LargeAddressAware>
true
</LargeAddressAware>
</Link>
</ItemDefinitionGroup>
<ItemGroup>
...
...
@@ -362,4 +364,4 @@
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.targets"
/>
<ImportGroup
Label=
"ExtensionTargets"
>
</ImportGroup>
</Project>
</Project>
\ No newline at end of file
platform/Windows/voidsw.vcxproj
View file @
54177821
...
...
@@ -146,6 +146,7 @@
<Link>
<SubSystem>
Windows
</SubSystem>
<GenerateDebugInformation>
true
</GenerateDebugInformation>
<LargeAddressAware>
true
</LargeAddressAware>
</Link>
<ClCompile>
<MultiProcessorCompilation>
true
</MultiProcessorCompilation>
...
...
@@ -171,6 +172,7 @@
<GenerateDebugInformation>
false
</GenerateDebugInformation>
<OptimizeReferences>
true
</OptimizeReferences>
<ImageHasSafeExceptionHandlers>
false
</ImageHasSafeExceptionHandlers>
<LargeAddressAware>
true
</LargeAddressAware>
</Link>
<ClCompile>
<MultiProcessorCompilation>
true
</MultiProcessorCompilation>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment