5 Star 15 Fork 0

Gitee 极速下载/cryengine

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/CRYTEK-CRYENGINE/CRYENGINE
克隆/下载
waf_branch_spec.py 665 Bytes
一键复制 编辑 原始数据 按行查看 历史
# Copyright 2001-2016 Crytek GmbH / Crytek Group. All rights reserved.
# Recode Settings
RECODE_LICENSE_PATH = 'Code/Tools/waf-1.7.13/recode.lic'
# Build Layout
BINTEMP_FOLDER = 'BinTemp'
# Build Configuration
COMPANY_NAME = 'Crytek GmbH'
COPYRIGHT = '(C) 2016 Crytek GmbH'
# Supported branch platforms/configurations
# This is a map of host -> target platforms
PLATFORMS = {
'darwin': [ 'darwin_x64' ],
'win32' : [ 'win_x64', 'durango', 'orbis', 'android_arm64' ],
'linux': [ 'linux_x64_gcc', 'linux_x64_clang' ]
}
# List of build configurations to generate for each supported platform
CONFIGURATIONS = [ 'debug', 'profile', 'performance', 'release' ]
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors/cryengine.git
git@gitee.com:mirrors/cryengine.git
mirrors
cryengine
cryengine
main

搜索帮助