1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-04 03:40:07 +00:00

Reorganised the Jucer project structure.

This commit is contained in:
Julian Storer 2010-06-17 12:22:03 +01:00
parent fab2c76194
commit 568e6260c3
77 changed files with 485 additions and 14680 deletions

View file

@ -203,6 +203,7 @@ bool JUCEApplication::initialiseApp (String& commandLine)
if (! appLock->enter(0))
{
appLock = 0;
MessageManager::broadcastMessage (getApplicationName() + "/" + commandLineParameters);
delete appInstance;