From ded6364e1d4dc6cd46a4ecd772b3be885d97b83c Mon Sep 17 00:00:00 2001 From: Benoit Blanchon Date: Tue, 14 Oct 2014 21:24:40 +0200 Subject: [PATCH] Moved the location of the VS files --- .gitignore | 1 + scripts/create-vs12-solution.bat | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index fb41305f..a53e919e 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ ipch /CMakeFiles /.idea /st2 +/msvc diff --git a/scripts/create-vs12-solution.bat b/scripts/create-vs12-solution.bat index ea5527d1..c271bcd1 100644 --- a/scripts/create-vs12-solution.bat +++ b/scripts/create-vs12-solution.bat @@ -1,3 +1,5 @@ cd .. -"C:\Program Files (x86)\CMake\bin\cmake.exe" -G "Visual Studio 12" +mkdir msvc +cd msvc +"C:\Program Files (x86)\CMake\bin\cmake.exe" .. -G "Visual Studio 12" pause \ No newline at end of file