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.

79 lines
4.5KB

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <JUCERPROJECT id="tTAKTK1s" name="HelloWorld" projectType="guiapp" juceLinkage="amalg_multi"
  3. juceFolder="../../../juce" jucerVersion="3.0.0" version="1.0.0"
  4. buildVST="1" buildRTAS="0" buildAU="1" vstFolderMac="~/SDKs/vstsdk2.4"
  5. vstFolderPC="c:\SDKs\vstsdk2.4" rtasFolderMac="~/SDKs/PT_80_SDK"
  6. rtasFolderPC="c:\SDKs\PT_80_SDK" pluginName="HelloWorld" pluginDesc="HelloWorld"
  7. pluginManufacturer="yourcompany" pluginManufacturerCode="abcd"
  8. pluginCode="Abcd" pluginChannelConfigs="{1, 1}, {2, 2}" pluginIsSynth="0"
  9. pluginWantsMidiIn="0" pluginProducesMidiOut="0" pluginSilenceInIsSilenceOut="0"
  10. pluginTailLength="0" pluginEditorRequiresKeys="0" pluginAUExportPrefix="HelloWorldAU"
  11. pluginAUViewClass="HelloWorldAU_V1" pluginRTASCategory="" bundleIdentifier="com.rawmaterialsoftware.jucehelloworld"
  12. companyName="Raw Material Software Ltd.">
  13. <EXPORTFORMATS>
  14. <XCODE_MAC targetFolder="Builds/MacOSX" vstFolder="~/SDKs/vstsdk2.4" rtasFolder="~/SDKs/PT_80_SDK"
  15. juceFolder="../.." objCExtraSuffix="JtTAKTK1s">
  16. <CONFIGURATIONS>
  17. <CONFIGURATION name="Debug" isDebug="1" optimisation="1" targetName="HelloWorld"
  18. osxSDK="1" osxCompatibility="1" osxArchitecture="default"/>
  19. <CONFIGURATION name="Release" isDebug="0" optimisation="2" targetName="HelloWorld"
  20. osxSDK="1" osxCompatibility="1" osxArchitecture="default"/>
  21. </CONFIGURATIONS>
  22. </XCODE_MAC>
  23. <XCODE_IPHONE targetFolder="Builds/iOS" vstFolder="~/SDKs/vstsdk2.4" rtasFolder="~/SDKs/PT_80_SDK"
  24. juceFolder="../.." objCExtraSuffix="JtTAKTK1s">
  25. <CONFIGURATIONS>
  26. <CONFIGURATION name="Debug" isDebug="1" optimisation="1" targetName="HelloWorld"
  27. osxSDK="1" osxCompatibility="1" osxArchitecture="default"/>
  28. <CONFIGURATION name="Release" isDebug="0" optimisation="2" targetName="HelloWorld"
  29. osxSDK="1" osxCompatibility="1" osxArchitecture="default"/>
  30. </CONFIGURATIONS>
  31. </XCODE_IPHONE>
  32. <VS2005 targetFolder="Builds/VisualStudio2005" vstFolder="c:\SDKs\vstsdk2.4"
  33. rtasFolder="c:\SDKs\PT_80_SDK" juceFolder="../.." libraryType="1">
  34. <CONFIGURATIONS>
  35. <CONFIGURATION name="Debug" isDebug="1" optimisation="1" targetName="HelloWorld"
  36. winWarningLevel="4" generateManifest="1"/>
  37. <CONFIGURATION name="Release" isDebug="0" optimisation="2" targetName="HelloWorld"
  38. winWarningLevel="4" generateManifest="1"/>
  39. </CONFIGURATIONS>
  40. </VS2005>
  41. <VS2008 targetFolder="Builds/VisualStudio2008" vstFolder="c:\SDKs\vstsdk2.4"
  42. rtasFolder="c:\SDKs\PT_80_SDK" juceFolder="../.." libraryType="1">
  43. <CONFIGURATIONS>
  44. <CONFIGURATION name="Debug" isDebug="1" optimisation="1" targetName="HelloWorld"
  45. winWarningLevel="4" generateManifest="1"/>
  46. <CONFIGURATION name="Release" isDebug="0" optimisation="2" targetName="HelloWorld"
  47. winWarningLevel="4" generateManifest="1"/>
  48. </CONFIGURATIONS>
  49. </VS2008>
  50. <LINUX_MAKE targetFolder="Builds/Linux" vstFolder="~/SDKs/vstsdk2.4" juceFolder="../..">
  51. <CONFIGURATIONS>
  52. <CONFIGURATION name="Debug" isDebug="1" optimisation="1" targetName="HelloWorld"
  53. libraryPath="/usr/X11R6/lib/"/>
  54. <CONFIGURATION name="Release" isDebug="0" optimisation="2" targetName="HelloWorld"
  55. libraryPath="/usr/X11R6/lib/"/>
  56. </CONFIGURATIONS>
  57. </LINUX_MAKE>
  58. </EXPORTFORMATS>
  59. <MAINGROUP id="a0m6ZvX1F" name="HelloWorld">
  60. <GROUP id="GVpTv8yA5" name="Source">
  61. <FILE id="wm1yCLKYK" name="Main.cpp" compile="1" resource="0" file="Source/Main.cpp"/>
  62. <FILE id="Ir0rGDFpT" name="MainComponent.cpp" compile="1" resource="0"
  63. file="Source/MainComponent.cpp"/>
  64. <FILE id="Plz1QicEA" name="MainComponent.h" compile="0" resource="0"
  65. file="Source/MainComponent.h"/>
  66. </GROUP>
  67. </MAINGROUP>
  68. <JUCEOPTIONS/>
  69. <MODULES>
  70. <MODULE id="juce_core" showAllCode="1"/>
  71. <MODULE id="juce_events" showAllCode="1"/>
  72. <MODULE id="juce_graphics" showAllCode="1"/>
  73. <MODULE id="juce_data_structures" showAllCode="1"/>
  74. <MODULE id="juce_gui_extra" showAllCode="1"/>
  75. <MODULE id="juce_gui_basics" showAllCode="1"/>
  76. </MODULES>
  77. </JUCERPROJECT>