]> git.lyx.org Git - lyx.git/commitdiff
Use default MSVC install path
authorGeorg Baum <baum@lyx.org>
Sun, 19 Jun 2016 17:04:30 +0000 (19:04 +0200)
committerGeorg Baum <baum@lyx.org>
Sun, 19 Jun 2016 17:04:30 +0000 (19:04 +0200)
My memory was wrong, the default path uses the internal version number.

INSTALL.Win32

index 63a66f2941519fb3589fe9a7bae003a4df17864d..f5d8b04e4113f85c31adbc09ae029b2db15ffc2f 100644 (file)
@@ -38,7 +38,7 @@ Compiling with Microsoft Visual C++
          "Visual Studio 2015\Visual Studio Tools" subfolder of the start menu.
          Run the CMake GUI from the command window that was opened.
          Alternatively, you can create a .bat file that first contains the line
-         call "C:\Program Files (x86)\Microsoft Visual Studio 2015\VC\vcvarsall.bat" x86
+         call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x86
          and then calls the CMake GUI and use this .bat file to start CMake.
          The MSVC 2015 command prompt or vcvarsall.bat set some environment
          variables that are needed for CMake to find the compiler.