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.

14 lines
432B

  1. ARCHS = ppc i386
  2. // For 10.2 compatibility, use these values:
  3. GCC_VERSION_ppc = 3.3
  4. MACOSX_DEPLOYMENT_TARGET_ppc = 10.2
  5. OTHER_LD_FLAGS_ppc = /Developer/SDKs/MacOSX10.2.8.sdk/usr/lib/gcc/darwin/3.3/libstdc++.a
  6. SDKROOT_ppc = /Developer/SDKs/MacOSX10.2.8.sdk
  7. // For 10.3 compatibility, use these:
  8. // MACOSX_DEPLOYMENT_TARGET_ppc = 10.3
  9. // SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk
  10. // SDKROOT_ppc = /Developer/SDKs/MacOSX10.3.9.sdk