This website requires JavaScript.
Explore
Help
Sign In
feedc0de
/
ArduinoJson
Watch
1
Star
0
Fork
0
You've already forked ArduinoJson
forked from
bblanchon/ArduinoJson
Code
Pull Requests
Activity
Files
ded6364e1d4dc6cd46a4ecd772b3be885d97b83c
ArduinoJson
/
scripts
/
create-vs12-solution.bat
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