I recently started using scons to create several small cross-platform projects. One of these projects should link to pre-built static libraries ... how is this done?
In make, I simply add โlink / LIBPATH: where libstxxl.libโ on windows and โstxxl.aโ on unix.
c ++ build-process scons build-tools
paxos1977
source share