vscode游戏引擎的build-all全局配置

@ECHO OFF

REM Build Everything

ECHO "Building everything..."

@REM PUSHD engine

@REM CALL build.bat

@REM POPD

@REM IF %ERRORLEVEL% NEQ 0 (echo Error:%ERRORLEVEL% && exit)

@REM

@REM PUSHD testbed

@REM CALL build.bat

@REM POPD

@REM IF %ERRORLEVEL% NEQ 0 (echo Error:%ERRORLEVEL% && exit)

REM engine

make -f "Makefile.engine.windows.mak" all

IF %ERRORLEVEL% NEQ 0 (echo Error:%ERRORLEVEL% && exit)

REM Testbed

make -f "Makefile.testbed.windows.mak" all

IF %ERRORLEVEL% NEQ 0 (echo Error:%ERRORLEVEL% && exit)

REM Tests

make -f "Makefile.tests.windows.mak" all

IF %ERRORLEVEL% NEQ 0 (echo Error:%ERRORLEVEL% && exit)

ECHO "All assemblies built successfully."

相关推荐
Magnum Lehar8 小时前
vscode游戏引擎的build-clean配置
ide·vscode·游戏引擎
世由心生8 小时前
[从0到1]环境准备--anaconda与pycharm的安装
ide·python·pycharm
程序猿小D8 小时前
第27节 Node.js Buffer
linux·开发语言·vscode·node.js·c#·编辑器·vim
大鼻噶喳8 小时前
使用VSCode开发MCU,FreeRTOS进Hard_Fault调试
vscode·单片机
0点51 胜10 小时前
visual studio小番茄插件某些快捷键失效
ide·visual studio
一个处女座的暖男程序猿10 小时前
在pyCharm中创建新的conda环境
ide·pycharm·conda
我想吹水12 小时前
vscode python debugger 如何调试老版本python
vscode·python·python debugger
weixin_5316389412 小时前
Rokid AR交互开发工具对比
unity·游戏引擎·xr
Magnum Lehar1 天前
wpf3d游戏引擎ControlTemplate.xaml.cs文件实现
游戏引擎·wpf