From 722f2bb8e140df09acec421228618fdb24156b80 Mon Sep 17 00:00:00 2001 From: Robin Mills Date: Wed, 8 Apr 2020 10:10:46 +0100 Subject: [PATCH] Documentation change --- releasenotes/msvc/ReadMe.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/releasenotes/msvc/ReadMe.txt b/releasenotes/msvc/ReadMe.txt index 4a75a385..1882d70b 100644 --- a/releasenotes/msvc/ReadMe.txt +++ b/releasenotes/msvc/ReadMe.txt @@ -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 vcvars64.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