This website requires JavaScript.
Explore
Help
Sign In
feedc0de
/
ArduinoJson
Watch
1
Star
0
Fork
0
forked from
bblanchon/ArduinoJson
Code
Pull Requests
Activity
Files
3d92531ad36db9ad05a1cd84967289a49995a897
ArduinoJson
/
scripts
/
create-vs12-solution.bat
T
5 lines
100 B
Batchfile
Raw
Normal View
History
Unescape
Escape
Added a script to generate VS solution
2014-10-14 12:31:08 +02:00
cd
..
Moved the location of the VS files
2014-10-14 21:24:40 +02:00
mkdir
msvc
cd
msvc
"C:\Program Files (x86)\CMake\bin\cmake.exe"
.. -G
"Visual Studio 12"
Added a script to generate VS solution
2014-10-14 12:31:08 +02:00
pause
Copy Permalink