mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Introjucer: set the LargeAddressAware flag in VC2010/12 builds.
This commit is contained in:
parent
7969ec3611
commit
b6d0cef252
1 changed files with 2 additions and 0 deletions
|
|
@ -1248,6 +1248,8 @@ protected:
|
|||
link->createNewChildElement ("AdditionalLibraryDirectories")->addTextElement (replacePreprocessorTokens (config, librarySearchPaths.joinIntoString (";"))
|
||||
+ ";%(AdditionalLibraryDirectories)");
|
||||
|
||||
link->createNewChildElement ("LargeAddressAware")->addTextElement ("true");
|
||||
|
||||
String externalLibraries (getExternalLibrariesString());
|
||||
if (externalLibraries.isNotEmpty())
|
||||
link->createNewChildElement ("AdditionalDependencies")->addTextElement (replacePreprocessorTokens (config, externalLibraries).trim()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue