Tagged Questions
6
votes
8answers
525 views
Reason for Make's Popularity vs. Alternatives
What forces are at work keeping crufty old Make (with or without makefile generator tools) prominent as a build tool? Is it deficiencies in alternatives that keep them from being widely adopted, or ...
2
votes
2answers
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 ...