From: Martin DeMello on 14 Feb 2010 11:27 http://stefano.italians.nl/archives/66 is a pretty nice example of using waf, a python build tool, instead of autoconf and make, to build a c++ project. Is there a ruby build tool that can be used for something similar? (This is not a case of NIH; looking at the waf script in that example, I can imagine it being a lot nicer in ruby) martin
From: Martin DeMello on 14 Feb 2010 13:06 thanks, that's pretty neat. i'd forgotten about mkmf. martin On Sun, Feb 14, 2010 at 10:18 PM, Christoph Kappel <unexist(a)dorfelite.net> wrote: > > What about rake? I am using it in a c/ruby project. It basically just adds the task stuff, > finding headers etc. can bw done with mkmf. > > Here is the rakefile, maybe it can help you: > > http://subforge.org/projects/subtle/repository/entry/Rakefile > > Wbr > > Christoph > > ---- On Sun, 14 Feb 2010 17:27:36 +0100 Martin DeMello <martindemello(a)gmail.com> wrote ---- > >>http://stefano.italians.nl/archives/66 is a pretty nice example of >>using waf, a python build tool, instead of autoconf and make, to build >>a c++ project. Is there a ruby build tool that can be used for >>something similar? (This is not a case of NIH; looking at the waf >>script in that example, I can imagine it being a lot nicer in ruby) >> >>martin >>
|
Pages: 1 Prev: Delegating testing to another class Next: Parallel assignments vs. Serial assigments |