1 Star 0 Fork 1

jimmystar/FlaxEngine

forked from 爱小鱼/FlaxEngine 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
GenerateProjectFiles.bat 447 Bytes
一键复制 编辑 原始数据 按行查看 历史
lex982746297@163.com 提交于 2020-12-31 13:00 . add
@echo off
rem Copyright (c) 2012-2020 Wojciech Figat. All rights reserved.
setlocal
pushd
echo Generating Flax Engine project files...
rem Run Flax.Build to generate Visual Studio solution and project files (also pass the arguments)
call "Development\Scripts\Windows\CallBuildTool.bat" -genproject %*
if errorlevel 1 goto BuildToolFailed
popd
echo Done!
exit /B 0
:BuildToolFailed
echo Flax.Build tool failed.
goto Exit
:Exit
popd
exit /B 1
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/jimmystar/FlaxEngine.git
git@gitee.com:jimmystar/FlaxEngine.git
jimmystar
FlaxEngine
FlaxEngine
master_CN

搜索帮助