mirror of
https://github.com/mkxp-z/mkxp-z.git
synced 2025-08-22 14:53:44 +02:00
19 lines
600 B
Text
19 lines
600 B
Text
//
|
|
// mkxp.xcconfig
|
|
//
|
|
// Created by ゾロアーク on 1/2/21.
|
|
//
|
|
|
|
// Uncomment for Essentials crap
|
|
// MKXPZ_EXTRA_ARGS = MKXPZ_ESSENTIALS_DEBUG
|
|
|
|
// -----------------------------
|
|
// Don't change any of this
|
|
// -----------------------------
|
|
MRI_VERSION = 3.0.0
|
|
DEPENDENCY_SEARCH_PATH = $(PROJECT_DIR)/Dependencies/build-$(SDK_ROOT)-$(BUILD_ARCH)
|
|
EXCLUDED_RECURSIVE_SEARCH_PATH_SUBDIRECTORIES = $(inherited) Dependencies ../build DerivedData
|
|
MKXPZ_EXECUTABLE_NAME = $(PRODUCT_NAME)
|
|
|
|
// Configuration settings file format documentation can be found at:
|
|
// https://help.apple.com/xcode/#/dev745c5c974
|