mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Introjucer: VC2010 library paths.
This commit is contained in:
parent
f789c971d0
commit
a70b4f912c
1 changed files with 5 additions and 0 deletions
|
|
@ -1204,6 +1204,11 @@ protected:
|
|||
link->createNewChildElement ("EnableCOMDATFolding")->addTextElement ("true");
|
||||
}
|
||||
|
||||
const StringArray librarySearchPaths (config.getLibrarySearchPaths());
|
||||
if (librarySearchPaths.size() > 0)
|
||||
link->createNewChildElement ("AdditionalLibraryDirectories")->addTextElement (replacePreprocessorTokens (config, librarySearchPaths.joinIntoString (";"))
|
||||
+ ";%(AdditionalLibraryDirectories)");
|
||||
|
||||
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