2 Star 2 Fork 1

Tencent/loli_profiler

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.bat 1.15 KB
一键复制 编辑 原始数据 按行查看 历史
xinhou 提交于 2020-11-05 16:12 . fix build script path check
@echo off
echo dir %cd%
rem set QT5Path="D:/SDK/QT/5.14.1/msvc2017_64"
rem set MSBUILD_EXE="%ProgramFiles(x86)%\Microsoft Visual Studio\2017\Community\MSBuild\15.0\Bin\MSBuild.exe"
rem set Ndk_R16_CMD="E:/SDK/AndroidNDKForUnity/android-ndk-r16b/ndk-build.cmd"
rem set Ndk_R20_CMD="E:/SDK/AndroidNDKForUnity/android-ndk-r20/ndk-build.cmd"
if [%QT5Path%] == [] (
echo empty QT5Path
goto Exit
)
if not exist %QT5Path% (
echo QT5Path not found ERROR: %QT5Path%
goto Exit
)
if [%MSBUILD_EXE%] == [] (
echo empty MSBUILD_EXE
goto Exit
)
if not exist %MSBUILD_EXE% (
echo MSBUILD_EXE not found ERROR: %MSBUILD_EXE%
goto Exit
)
if [%Ndk_R16_CMD%] == [] (
echo empty Ndk_R16_CMD
goto Exit
)
if not exist %Ndk_R16_CMD% (
echo Ndk_R16_CMD not found ERROR: %Ndk_R16_CMD%
goto Exit
)
if [%Ndk_R20_CMD%] == [] (
echo empty Ndk_R20_CMD
goto Exit
)
if not exist %Ndk_R20_CMD% (
echo Ndk_R20_CMD not found ERROR: %Ndk_R20_CMD%
goto Exit
)
echo QT5Path path : %QT5Path%
echo MSBUILD_EXE path : %MSBUILD_EXE%
echo Ndk_R16_CMD path : %Ndk_R16_CMD%
echo Ndk_R20_CMD path : %Ndk_R20_CMD%
call ./scripts/EnterPoint.bat
:Exit
exit /b %errorlevel%
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/mirrors_Tencent/loli_profiler.git
git@gitee.com:mirrors_Tencent/loli_profiler.git
mirrors_Tencent
loli_profiler
loli_profiler
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891