2020-11-19 03:56:35 -05:00
|
|
|
//
|
2021-01-02 21:35:41 -05:00
|
|
|
// mkxp.xcconfig
|
2020-11-19 03:56:35 -05:00
|
|
|
//
|
2021-01-02 21:35:41 -05:00
|
|
|
// Created by ゾロアーク on 1/2/21.
|
2020-11-19 03:56:35 -05:00
|
|
|
//
|
|
|
|
|
2021-01-02 20:43:01 -05:00
|
|
|
// -----------------------------
|
2021-01-02 21:35:41 -05:00
|
|
|
// Don't change any of this
|
2021-01-02 20:43:01 -05:00
|
|
|
// -----------------------------
|
2021-01-02 21:35:41 -05:00
|
|
|
MRI_VERSION = 3.0.0
|
2021-01-02 20:43:01 -05:00
|
|
|
DEPENDENCY_SEARCH_PATH = $(PROJECT_DIR)/Dependencies/build-$(SDK_ROOT)-$(BUILD_ARCH)
|
2021-01-02 21:35:41 -05:00
|
|
|
EXCLUDED_RECURSIVE_SEARCH_PATH_SUBDIRECTORIES = $(inherited) Dependencies ../build DerivedData
|
2021-01-03 03:07:06 -05:00
|
|
|
MKXPZ_EXECUTABLE_NAME = $(PRODUCT_NAME)
|
2020-11-19 03:56:35 -05:00
|
|
|
|
|
|
|
// Configuration settings file format documentation can be found at:
|
|
|
|
// https://help.apple.com/xcode/#/dev745c5c974
|