[Vala] Sample app built with ninja+vala



Following my experiment in building a vala app with tup [1], here [2]
is one for building the same thing with ninja [3]

Is not fair to compare ninja and tup solely on grounds of this..., but
I think I'm choosing ninja just because it allows me to put the build
artifacts in a separate directory to the sources.

ninja supports the -j parameter to spawn processes for each build
file, by default it spawns 3 processes when dependencies make that
possible.

1: https://github.com/EmmanuelOga/valatup
2: https://github.com/EmmanuelOga/valaninja
3: http://martine.github.com/ninja/

-- 
--------------------------------------------------------------
EmmanuelOga.com - Software Developer



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]