14 Oct 2008 15:39
inter directory dependencies (again)
Remo Dentato <rdentato <at> gmail.com>
2008-10-14 13:39:27 GMT
2008-10-14 13:39:27 GMT
I've just started using jam and I'm trying to set up a project where a set of executables (stored in the directory "test") depend on a set of libraries (that I will buld in the directory "src"). I've searched in the archive and I've found a similar question but I've not been able to follow all the advices given there (create a custom Jambase, for example). What I want to do is that each time I compile one of the programs in "test", the libraries will be rebuilt (if they need to). So far I created a Jamfile in the root directory that includes the Jamfiles in the subdirectory so I can build everything correctly from scratch but I would like to recompile the programs from within their directory. Is there any example of how to achive it, that I can look at? _______________________________________________ jamming mailing list - jamming <at> perforce.com http://maillist.perforce.com/mailman/listinfo/jamming
RSS Feed