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.

15 lines
419B

  1. ARCHS = i386 ppc
  2. // These settings let you build for compatibility with 10.3 onwards.
  3. MACOSX_DEPLOYMENT_TARGET_ppc = 10.3
  4. MACOSX_DEPLOYMENT_TARGET = 10.4
  5. // In XCode 3, this is the best SDK to use..
  6. SDKROOT = $(DEVELOPER_SDK_DIR)/MacOSX10.5.sdk
  7. // (if you're building in XCode 2.5, you might need to use this line
  8. // instead of the 10.5 line above..)
  9. //SDKROOT = $(DEVELOPER_SDK_DIR)/MacOSX10.4u.sdk