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.

17 lines
330B

  1. #include <CoreServices/CoreServices.r>
  2. #include "BrowserPluginCharacteristics.h"
  3. resource 'STR#' (126) { {
  4. JuceBrowserPlugin_Desc,
  5. JuceBrowserPlugin_Name
  6. } };
  7. resource 'STR#' (127) { {
  8. JuceBrowserPlugin_FileSuffix
  9. } };
  10. resource 'STR#' (128) { {
  11. JuceBrowserPlugin_MimeType,
  12. JuceBrowserPlugin_FileSuffix
  13. } };