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

Merged the old Jucer into the introjucer.

This commit is contained in:
jules 2013-03-31 23:09:17 +01:00
parent d13ef5e3c8
commit bb008cb1ba
111 changed files with 25954 additions and 92 deletions

View file

@ -331,7 +331,7 @@ void ModuleList::createDependencies (const String& moduleID, OwnedArray<LibraryM
String version (d ["version"].toString());
//xxx to do - also need to find version conflicts
jassertfalse
jassertfalse;
}
}
}