ede/build
Sanel Zukan 8b405a9165 Don't know how I missed SciCalc.h compilation errors.
Sanitizing Library and Program rules. No needs to pass compiler/linker
options throught the build rules since ObjectXXFlags are designed for that.
Also reduces parameter numbers for rules iteself.

Added LinkAgainst rule; jam's LinkLibraries will build library that we
want to link against which is no too good for system libraries. 
LinkAgainst will directly pass libraries to the linker.

Also fixed few bugs like GLOBALFLAGS inclusion since it was skipped 
throught the compilation (that brought a lot of warnings due appended 
-Wall -pedantic options :P).
2007-07-20 15:48:49 +00:00
..
Doc.jam Work on introduction.txt 2007-07-18 17:32:49 +00:00
Install.jam XXXProgram rules will trigger installation when 'jam install' is given. 2007-07-18 16:14:10 +00:00
Library.jam Don't know how I missed SciCalc.h compilation errors. 2007-07-20 15:48:49 +00:00
Program.jam Don't know how I missed SciCalc.h compilation errors. 2007-07-20 15:48:49 +00:00
Translation.jam XXXProgram rules will trigger installation when 'jam install' is given. 2007-07-18 16:14:10 +00:00
Utils.jam XXXProgram rules will trigger installation when 'jam install' is given. 2007-07-18 16:14:10 +00:00