From 396237f871446be0506d6e18c3712aa477b0adc8 Mon Sep 17 00:00:00 2001 From: Pieter Hintjens Date: Wed, 30 Mar 2016 14:18:07 +0200 Subject: [PATCH] Problem: MSVC builds instructions aren't entirely clear Solution: update them. --- builds/msvc/readme.txt | 13 ++++++++----- builds/msvc/vs2015/build.bat | 2 -- 2 files changed, 8 insertions(+), 7 deletions(-) delete mode 100644 builds/msvc/vs2015/build.bat diff --git a/builds/msvc/readme.txt b/builds/msvc/readme.txt index aab26c61..34fbe8cd 100644 --- a/builds/msvc/readme.txt +++ b/builds/msvc/readme.txt @@ -1,3 +1,11 @@ +For building on Windows, use: + + ./configure.bat + cd build + ./buildall.bat + +This requires that the CMD.EXE be created using the DevStudio Tools link to create a CMD.EXE windo. + Visual Studio product and C++ compiler Versions: Visual C++ 2008 => Visual C++ 9 @@ -14,11 +22,6 @@ More info here: http://en.wikipedia.org/wiki/Visual_C%2B%2B - -For building Windows, use the buildall.bat script in this directory. - -It requires that the CMD.EXE be created using the DevStudio Tools link to create a CMD.EXE windo. - If multiple DevStudio versions are installed on the machine, you can run buildall.bat on separate windows that each were created by the desired DevStudio target. If you prefer to build all versions (or several) at the same time, you should uncomment the specific version desired in buildall.bat to build them from a single window. diff --git a/builds/msvc/vs2015/build.bat b/builds/msvc/vs2015/build.bat deleted file mode 100644 index c249082d..00000000 --- a/builds/msvc/vs2015/build.bat +++ /dev/null @@ -1,2 +0,0 @@ -@ECHO OFF -call ../build/buildbase.bat ..\vs2015\mysolution.sln 14