pmed / v8pp

Bind C++ functions and classes into V8 JavaScript engine
http://pmed.github.io/v8pp/
Other
900 stars 121 forks source link

Add batch file to build v8 on Windows #3

Closed BorisSchaeling closed 9 years ago

BorisSchaeling commented 9 years ago

The batch file looks similar to build-v8.sh. While it's not perfect (for example, the configuration and target architecture are hard-coded), it hopefully makes it easier for developers on Windows to get started.

pmed commented 9 years ago

Thanks!

Actually, I added build-v8.sh only for Travis CI builds. Yes, I'm sure this .bat file would help for one who wants to quick start.