Exemple #1
0
def load_release_darwin_x64_darwin_x64_settings(conf):
    """
    Setup all compiler and linker settings shared over all darwin_x64_darwin_x64 configurations for
    the 'release' configuration
    """
    conf.load_darwin_x64_darwin_x64_common_settings()

    # Load additional shared settings
    conf.load_release_cryengine_settings()
    conf.load_release_clang_settings()
    conf.load_release_darwin_settings()
def load_performance_darwin_x64_darwin_x64_settings(conf):
	"""
	Setup all compiler and linker settings shared over all darwin_x64_darwin_x64 configurations for
	the 'performance' configuration
	"""
	v = conf.env
	conf.load_darwin_x64_darwin_x64_common_settings()
	
	# Load addional shared settings
	conf.load_performance_cryengine_settings()
	conf.load_performance_clang_settings()
	conf.load_performance_darwin_settings()
Exemple #3
0
def load_performance_darwin_x64_darwin_x64_settings(conf):
    """
	Setup all compiler and linker settings shared over all darwin_x64_darwin_x64 configurations for
	the 'performance' configuration
	"""
    v = conf.env
    conf.load_darwin_x64_darwin_x64_common_settings()

    # Load addional shared settings
    conf.load_performance_cryengine_settings()
    conf.load_performance_clang_settings()
    conf.load_performance_darwin_settings()
Exemple #4
0
def load_profile_darwin_x64_darwin_x64_settings(conf):
    """
    Setup all compiler and linker settings shared over all darwin_x64_darwin_x64 configurations for
    the 'profile' configuration
    """
    conf.load_darwin_x64_darwin_x64_common_settings()

    # Load additional shared settings
    conf.load_profile_cryengine_settings()
    conf.load_profile_clang_settings()
    conf.load_profile_darwin_settings()

    conf.register_darwin_external_ly_identity('Release')
    conf.register_darwin_external_ly_metrics('Release')