1 Star 0 Fork 7

GunVeda / FlaxEngine

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
GenerateProjectFiles.bat 447 Bytes
Copy Edit Raw Blame History
lex982746297@163.com authored 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
C#
1
https://gitee.com/GunVeda/FlaxEngine.git
git@gitee.com:GunVeda/FlaxEngine.git
GunVeda
FlaxEngine
FlaxEngine
master_CN

Search