- initial commit

git-svn-id: http://moon:8086/svn/software/trunk/projects/mpsk_rx_gui@2 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
2014-07-19 08:20:53 +00:00
commit 28847d44d8
1153 changed files with 442315 additions and 0 deletions
@@ -0,0 +1,23 @@
{
"id": "juce_events",
"name": "JUCE message and event handling classes",
"version": "3.0.5",
"description": "Classes for running an application's main event loop and sending/receiving messages, timers, etc.",
"website": "http://www.juce.com/juce",
"license": "GPL/Commercial",
"dependencies": [ { "id": "juce_core", "version": "matching" } ],
"include": "juce_events.h",
"compile": [ { "file": "juce_events.cpp", "target": "! xcode" },
{ "file": "juce_events.mm", "target": "xcode" } ],
"browse": [ "messages/*",
"timers/*",
"broadcasters/*",
"interprocess/*",
"native/*" ],
"LinuxLibs": "X11"
}