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
420B

  1. # Automatically generated makefile, created by the Introjucer
  2. # Don't edit this file! Your changes will be overwritten when you re-save the Introjucer project!
  3. APP_STL := gnustl_static
  4. APP_CPPFLAGS += -fsigned-char -fexceptions -frtti -Wno-psabi
  5. APP_PLATFORM := android-10
  6. NDK_TOOLCHAIN_VERSION := 4.8
  7. ifeq ($(NDK_DEBUG),1)
  8. APP_ABI := armeabi armeabi-v7a
  9. else
  10. APP_ABI := armeabi armeabi-v7a
  11. endif