Added a script to generate VS solution

This commit is contained in:
Benoit Blanchon
2014-10-14 12:31:08 +02:00
parent 4ee1ac015f
commit 6d39bfa703
3 changed files with 11 additions and 3 deletions

11
.gitignore vendored
View File

@ -1,6 +1,3 @@
/cmake
Debug
ipch
*.sdf
*.user
*.suo
@ -8,3 +5,11 @@ ipch
*.vcxproj
*.vcxproj.filters
*.sln
*.cmake
*.stamp
*.stamp.depend
Debug
ipch
/cmake
/CMakeCache.txt
/CMakeFiles

View File

@ -0,0 +1,3 @@
cd ..
"C:\Program Files (x86)\CMake\bin\cmake.exe" -G "Visual Studio 12"
pause