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
.gitignore vendored
View File

@ -15,3 +15,4 @@ ipch
/CMakeFiles /CMakeFiles
/.idea /.idea
/st2 /st2
/msvc

View File

@ -1,3 +1,5 @@
cd .. 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 pause