D17908: kdevelop-msvc.bat finds VS-2017 based on a registry key on Windows.
Milian Wolff
noreply at phabricator.kde.org
Tue Jan 29 09:44:02 GMT 2019
mwolff accepted this revision.
mwolff added a comment.
This revision is now accepted and ready to land.
you can pick whatever you prefer for the reviews for now.
do you have commit rights? if so, please feel free to push this directly, otherwise someone from us can take care of that for you
INLINE COMMENTS
> kdevelop-msvc.bat:8
> +for /f "usebackq tokens=3*" %%a in (`reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\VisualStudio\SxS\VS7" /s`) do (
> + set vs15_path=%%a %%b
> + if exist "!vs15_path!Common7\Tools\VsDevCmd.bat" (
is vs15 visual studio 2017? I'm always confused by the versioning scheme of visual studio :D
REPOSITORY
R32 KDevelop
REVISION DETAIL
https://phabricator.kde.org/D17908
To: Petross404, #kdevelop, kfunk, brauch, mwolff
Cc: mwolff, kdevelop-devel, glebaccon, hase, antismap, iodelay, geetamc, Pilzschaf, akshaydeo, surgenight, arrowd
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kdevelop-devel/attachments/20190129/99ed7098/attachment.html>
More information about the KDevelop-devel
mailing list