1 Star 0 Fork 0

北方糙汉子 / openvpn

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
msvc-dev.bat 504 Bytes
一键复制 编辑 原始数据 按行查看 历史
Lev Stipakov 提交于 2018-09-28 16:26 . win: support for Visual Studio 2017
@echo off
setlocal
cd /d %0\..
call msvc-env.bat
if exist "%VSHOME%\Common7\IDE\VCExpress.exe" (
set IDE=%VSHOME%\Common7\IDE\VCExpress.exe
) else if exist "%VSHOME%\Common7\IDE\devenv.exe" (
set IDE=%VSHOME%\Common7\IDE\devenv.exe
) else if exist "%VCHOME%\Auxiliary\Build\vcvars64.bat" (
call "%VCHOME%\Auxiliary\Build\vcvars64.bat"
) else (
echo "Cannot detect visual studio environment"
goto error
)
start "" "%IDE%" "%SOLUTION%"
exit /b 0
goto end
:error
exit /b 1
goto end
:end
endlocal
1
https://gitee.com/StoneNBS/openvpn.git
git@gitee.com:StoneNBS/openvpn.git
StoneNBS
openvpn
openvpn
master

搜索帮助