Tagged Questions

3
votes
4answers
168 views

What's the ROI of using a build tool like ant or nant?

To me this sounds like a really stupid question. Why would you not use a build tool? However, I need to explain my co-worker why he should be using a build tool of some sort. He's getting ...
2
votes
1answer
2k views

With scons, how do you link to prebuilt libraries?

I recently started using scons to build several small cross-platform projects. One of these projects needs to link against pre-built static libraries... how is this done? In make, I'd just append ...