|
@@ -1248,6 +1248,8 @@ protected: |
|
|
link->createNewChildElement ("AdditionalLibraryDirectories")->addTextElement (replacePreprocessorTokens (config, librarySearchPaths.joinIntoString (";"))
|
|
|
link->createNewChildElement ("AdditionalLibraryDirectories")->addTextElement (replacePreprocessorTokens (config, librarySearchPaths.joinIntoString (";"))
|
|
|
+ ";%(AdditionalLibraryDirectories)");
|
|
|
+ ";%(AdditionalLibraryDirectories)");
|
|
|
|
|
|
|
|
|
|
|
|
link->createNewChildElement ("LargeAddressAware")->addTextElement ("true");
|
|
|
|
|
|
|
|
|
String externalLibraries (getExternalLibrariesString());
|
|
|
String externalLibraries (getExternalLibrariesString());
|
|
|
if (externalLibraries.isNotEmpty())
|
|
|
if (externalLibraries.isNotEmpty())
|
|
|
link->createNewChildElement ("AdditionalDependencies")->addTextElement (replacePreprocessorTokens (config, externalLibraries).trim()
|
|
|
link->createNewChildElement ("AdditionalDependencies")->addTextElement (replacePreprocessorTokens (config, externalLibraries).trim()
|
|
|