Hi,
The default.build.user.tmpl file is referring to vs2019. The attached patch
updates the description and the error message to vs2022. It shouldn't have
a functional difference.
Kind regards,
Daniel Sahlberg
--
You received this message because you are subscribed to the Google Groups
"TortoiseSVN-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/tortoisesvn-dev/81a17b56-6828-4a2a-abf3-435b977997aen%40googlegroups.com.
Index: default.build.user.tmpl
===================================================================
--- default.build.user.tmpl (revision 29388)
+++ default.build.user.tmpl (working copy)
@@ -19,9 +19,9 @@
<!-- These two targets have to exist in doc.build.user
-->
<!-- ======================================================================
-->
- <target name="VSNET" description="Checks if the env variables for VS2019 are
set">
+ <target name="VSNET" description="Checks if the env variables for VS2022 are
set">
<if test="${not environment::variable-exists('VCINSTALLDIR')}">
- <fail>You must first call "C:\Program Files (x86)\Microsoft Visual
Studio\2019\Community\VC\Auxiliary\Build\vcvars32.bat"</fail>
+ <fail>You must first call "C:\Program Files (x86)\Microsoft Visual
Studio\2022\Community\VC\Auxiliary\Build\vcvars32.bat"</fail>
</if>
<!-- Uncomment and modify the path of the statement below if you're
building