The JUCE cross-platform C++ framework, with DISTRHO/KXStudio specific changes
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

39 lines
2.0KB

  1. {
  2. "id": "juce_audio_plugin_client",
  3. "name": "JUCE audio plugin wrapper classes",
  4. "version": "2.0.7",
  5. "description": "Classes for building VST, RTAS and AU plugins.",
  6. "website": "http://www.juce.com/juce",
  7. "license": "GPL/Commercial",
  8. "dependencies": [ { "id": "juce_gui_basics", "version": "matching" },
  9. { "id": "juce_audio_basics", "version": "matching" },
  10. { "id": "juce_audio_processors", "version": "matching" } ],
  11. "include": "juce_audio_plugin_client.h",
  12. "compile": [ { "file": "VST/juce_VST_Wrapper.cpp" },
  13. { "file": "VST/juce_VST_Wrapper.mm", "target": "xcode" },
  14. { "file": "RTAS/juce_RTAS_DigiCode1.cpp", "warnings": "disabled", "stdcall": "1" },
  15. { "file": "RTAS/juce_RTAS_DigiCode2.cpp", "warnings": "disabled", "stdcall": "1" },
  16. { "file": "RTAS/juce_RTAS_DigiCode3.cpp", "warnings": "disabled", "stdcall": "1" },
  17. { "file": "RTAS/juce_RTAS_MacResources.r", "target": "xcode" },
  18. { "file": "RTAS/juce_RTAS_MacUtilities.mm", "target": "xcode" },
  19. { "file": "RTAS/juce_RTAS_WinResources.rsr", "target": "msvc" },
  20. { "file": "RTAS/juce_RTAS_WinUtilities.cpp", "target": "msvc", "warnings": "disabled", "stdcall": "1" },
  21. { "file": "RTAS/juce_RTAS_Wrapper.cpp", "warnings": "disabled", "warnings": "disabled", "stdcall": "1" },
  22. { "file": "AU/juce_AU_Resources.r", "target": "xcode" },
  23. { "file": "AU/juce_AU_Wrapper.mm", "target": "xcode" }
  24. ],
  25. "browse": [ "AU/*.cpp",
  26. "AU/*.mm",
  27. "AU/*.h",
  28. "RTAS/*.cpp",
  29. "RTAS/*.mm",
  30. "RTAS/*.h",
  31. "VST/*",
  32. "utility/*"
  33. ]
  34. }