Moved the location of the VS files

This commit is contained in:
Benoit Blanchon
2014-10-14 21:24:40 +02:00
parent 5b6b38564f
commit ded6364e1d
2 changed files with 4 additions and 1 deletions
+1
View File
@@ -15,3 +15,4 @@ ipch
/CMakeFiles
/.idea
/st2
/msvc
+3 -1
View File
@@ -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