summaryrefslogtreecommitdiff
path: root/bin/render.gypi
Commit message (Collapse)AuthorAgeFilesLines
* [core] Don't link with libuv on components not using it directlyThiago Marcos P. Santos2015-12-011-3/+0
|
* [core] move mbgl.gyp to gyp directoryMike Morris2015-11-041-7/+7
| | | | | So npm won't clobber binding.gyp, refs https://github.com/npm/npm/issues/10243
* Make build system architecture agnostic to remove Android special caseKonstantin Käfer2015-08-041-7/+7
|
* use boost_program_options from masonKonstantin Käfer2015-05-121-2/+1
|
* merge build targets so we only have one build file per platformKonstantin Käfer2015-04-241-0/+60
previously, we used multiple different projects for various targets (app, test, render) that overwrote each other, so it was impossible to have one project to build them all, one project to compile them, one project to run them all and in the darkness bind them