zproject icon indicating copy to clipboard operation
zproject copied to clipboard

Problem: build systems are horrid

Open hintjens opened this issue 10 years ago • 0 comments

I've been playing with GYP which turns out to be stupidly simple. For instance there is no configure phase. You know what platforms you support, and you provide the macros that platform needs. I look at project.xml -> configure.ac -> configure -> make -> sh and I can't help wonder if there's not a much simpler way.

Solution: add shell target. This would generate shell scripts (bash, Windows batch) to compile/link a project.

hintjens avatar Feb 13 '16 08:02 hintjens