1 Star 4 Fork 0

DJ/unity-jsb

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
xmldoc.bat 666 Bytes
一键复制 编辑 原始数据 按行查看 历史
@ECHO OFF
SETLOCAL
SET vswherePath=%ProgramFiles(x86)%\Microsoft Visual Studio\Installer\vswhere.exe
IF NOT EXIST "%vswherePath%" GOTO :ERROR
FOR /F "tokens=*" %%i IN ( '
"%vswherePath%" -latest -prerelease -products * ^
-requires Microsoft.VisualStudio.Component.VC.Tools.x86.x64 ^
-property installationPath'
) DO SET vsBase=%%i
IF "%vsBase%"=="" GOTO :ERROR
CALL "%vsBase%\vc\Auxiliary\Build\vcvars64.bat" > NUL
for /f "delims=" %%i in ("%cd%") do set folder=%%~ni
msbuild %folder%.sln /p:Configuration=Debug /p:Platform="Any CPU" /p:GenerateDocumentationFile=true
EXIT /B 0
ENDLOCAL
:ERROR
EXIT /B 1
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/dang050/unity-jsb.git
git@gitee.com:dang050/unity-jsb.git
dang050
unity-jsb
unity-jsb
master

搜索帮助