Skip to content
Updated Notes on gyp (markdown) authored by Krzysztof Kowalczyk's avatar Krzysztof Kowalczyk
**Note**: I'm doing [premake](Notes-on-premake) instead. Leaving the notes in case I'll try gyp again. **Note**: We ended up using [premake](Premake5-build-system) instead. Leaving the notes in case I'll try gyp again.
We're trying to rewrite nmake-based build system for Sumatra in [gyp](https://github.com/sumatrapdfreader/sumatrapdf/tree/master/gyp). Gyp is a meta-build system that generates project files (Visual Studio, XCode, makefiles) based on gyp description, which is json-like. We're trying to rewrite nmake-based build system for Sumatra in [gyp](https://github.com/sumatrapdfreader/sumatrapdf/tree/master/gyp). Gyp is a meta-build system that generates project files (Visual Studio, XCode, makefiles) based on gyp description, which is json-like.
... ...
......