1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-14 00:14:18 +00:00

Minor clean-ups.

This commit is contained in:
jules 2013-01-05 20:07:22 +00:00
parent ddb6b969ea
commit e543949bda
28 changed files with 109 additions and 117 deletions

View file

@ -479,8 +479,8 @@ File LibraryModule::getLocalFolderFor (Project& project) const
{
if (project.shouldCopyModuleFilesLocally (getID()).getValue())
return project.getGeneratedCodeFolder().getChildFile ("modules").getChildFile (getID());
else
return moduleFolder;
return moduleFolder;
}
void LibraryModule::prepareExporter (ProjectExporter& exporter, ProjectSaver& projectSaver) const