diff --git a/releasenotes/msvc/ReadMe.txt b/releasenotes/msvc/ReadMe.txt index 17348c74..5c7360ec 100644 --- a/releasenotes/msvc/ReadMe.txt +++ b/releasenotes/msvc/ReadMe.txt @@ -1,4 +1,4 @@ -@RV@ Visual Studio Bundle @RC@ +@RV@ Visual Studio @VS@ Bundle @RC@ Structure of the bundle: ------------------------ @@ -34,12 +34,12 @@ c:\> cd \bin To compile and link your own code: -+-------------------------------------------------------------------------------+ -| Caution: You must use the same version of Visual Studio as the build | -| You will need to use the "Visual Studio Command Prompt" | -| or initialise the DOS environment by calling vcvarsall.bat | -| C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\amd64>vcvars64.bat | -+-------------------------------------------------------------------------------+ ++------------------------------------------------------------------------------------------------+ +| Caution: You must use the same version of Visual Studio as the build | +| You will need to use the "Visual Studio Command Prompt" | +| or initialise the DOS environment by calling vcvarsall.bat | +| c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvars64.bat" | ++------------------------------------------------------------------------------------------------+ c:\> cd > cl /EHsc -Iinclude /MD samples\exifprint.cpp /link lib\exiv2.lib