beardsvibe / buildfox

Minimalistic Ninja generator
MIT License
50 stars 8 forks source link

Investigate if we can call vcvarsall.bat from BuildFox #118

Open jimon opened 8 years ago

jimon commented 8 years ago

By default cl.exe is not present in PATH on Windows, you need to call vcvarsall.bat to get cl in PATH. So some IDE's like VS / Qt Creator / etc actually call it for us. Also looks like cmake do something similar.

So investigate if we are able to call it, and what it takes to add this call to generated build.ninja file.