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.

6 lines
252B

  1. ARCHS = ppc i386
  2. SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk
  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