Generate makefile with gyp

- Add gyp submodule
- Add script to generate makefile with gyp
- Switch travis build to do this
This commit is contained in:
Max Brunsfeld 2014-03-03 13:20:44 -08:00
parent 86cc854c54
commit 67e008d15d
8 changed files with 30 additions and 50 deletions

3
.gitmodules vendored
View file

@ -1,3 +1,6 @@
[submodule "externals/bandit"]
path = externals/bandit
url = https://github.com/joakimkarlsson/bandit.git
[submodule "externals/gyp"]
path = externals/gyp
url = https://github.com/svn2github/gyp.git