- 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:
2015-02-21 17:09:43 +00:00
parent 843c6e300c
commit cfc9645b0b
1093 changed files with 426078 additions and 143 deletions
@@ -0,0 +1,30 @@
{
"id": "juce_graphics",
"name": "JUCE graphics classes",
"version": "3.1.1",
"description": "Classes for 2D vector graphics, image loading/saving, font handling, etc.",
"website": "http://www.juce.com/juce",
"license": "GPL/Commercial",
"dependencies": [ { "id": "juce_core", "version": "matching" },
{ "id": "juce_events", "version": "matching" } ],
"include": "juce_graphics.h",
"compile": [ { "file": "juce_graphics.cpp", "target": "! xcode" },
{ "file": "juce_graphics.mm", "target": "xcode" } ],
"browse": [ "colour/*",
"contexts/*",
"images/*",
"image_formats/*",
"geometry/*",
"placement/*",
"fonts/*",
"effects/*",
"native/*" ],
"OSXFrameworks": "Cocoa QuartzCore",
"iOSFrameworks": "CoreGraphics CoreText QuartzCore",
"LinuxLibs": "X11 Xinerama Xext freetype"
}