On 19/11/10 15:17, Paul R wrote: > Demos are super yes, well chuffed, nice to have those examples. > > Regarding command line programming in general i have always thought > it would be a bit of a pain when using lots of files in a project > how does it work there? You type in a big line of them and then > that stays as a saved compile path for the duration of your development? > > Will the compiler still only build files where neccesary when no wholesale > changes are made?
You need to use a Makefile (see Matt's earlier reply) then maybe check this HowTo to get started... http://www.fltk.org/articles.php?L599 _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

