Ejemplo n.º 1
0
def load_release_win_x64_android_arm_gcc_settings(conf):
    """Setup all compiler and linker settings shared over all win_x64_arm_linux_androideabi_4_8 configurations for
	the 'release' configuration
	"""
    v = conf.env
    conf.load_win_x64_android_arm_gcc_common_settings()

    # Load addional shared settings
    conf.load_release_cryengine_settings()
    conf.load_release_gcc_settings()
def load_release_win_x64_android_arm_gcc_settings(conf):
	"""
	Setup all compiler and linker settings shared over all win_x64_arm_linux_androideabi_4_8 configurations for
	the 'release' configuration
	"""
	v = conf.env
	conf.load_win_x64_android_arm_gcc_common_settings()
	
	# Load addional shared settings
	conf.load_release_cryengine_settings()
	conf.load_release_gcc_settings()