- port to minGw
git-svn-id: http://moon:8086/svn/software/trunk/projects/JaySynth@235 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"id": "juce_gui_extra",
|
||||
"name": "JUCE extended GUI classes",
|
||||
"version": "3.1.1",
|
||||
"description": "Miscellaneous GUI classes for specialised tasks.",
|
||||
"website": "http://www.juce.com/juce",
|
||||
"license": "GPL/Commercial",
|
||||
|
||||
"dependencies": [ { "id": "juce_gui_basics", "version": "matching" } ],
|
||||
|
||||
"include": "juce_gui_extra.h",
|
||||
|
||||
"compile": [ { "file": "juce_gui_extra.cpp", "target": "! xcode" },
|
||||
{ "file": "juce_gui_extra.mm", "target": "xcode" } ],
|
||||
|
||||
"browse": [ "code_editor/*",
|
||||
"documents/*",
|
||||
"embedding/*",
|
||||
"lookandfeel/*",
|
||||
"misc/*",
|
||||
"native/*" ],
|
||||
|
||||
"OSXFrameworks": "WebKit"
|
||||
}
|
||||
Reference in New Issue
Block a user