ede/ecalc
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 Work on introduction.txt 2007-07-18 17:32:49 +00:00
Jamfile Work on introduction.txt 2007-07-18 17:32:49 +00:00
Main.cpp Imported ecalc, based on original flCalc. 2007-06-26 09:19:05 +00:00
Main.fl Imported ecalc, based on original flCalc. 2007-06-26 09:19:05 +00:00
Main.h Imported ecalc, based on original flCalc. 2007-06-26 09:19:05 +00:00
README Imported ecalc, based on original flCalc. 2007-06-26 09:19:05 +00:00
SciCalc.cpp Imported ecalc, based on original flCalc. 2007-06-26 09:19:05 +00:00
SciCalc.fl Imported ecalc, based on original flCalc. 2007-06-26 09:19:05 +00:00
SciCalc.h Don't know how I missed SciCalc.h compilation errors. 2007-07-20 15:48:49 +00:00

This small calculator with scientific functions based on flCalc - Copyright 2000 by Yves Usson. 
http://www-timc.imag.fr/Yves.Usson/personnel/mysofts.html

Mikko Lahteenmaki did a port to efltk.

This version is based on original flCalc, with some cleanups.

Sanel Zukan