Imported ecalc, based on original flCalc.

This commit is contained in:
Sanel Zukan
2007-06-26 09:19:05 +00:00
parent 1e52875cf1
commit 1c9135e8aa
10 changed files with 2663 additions and 0 deletions

16
ecalc/Jamfile Normal file
View File

@@ -0,0 +1,16 @@
#
# $Id$
#
# Part of Equinox Desktop Environment (EDE).
# Copyright (c) 2000-2007 EDE Authors.
#
# This program is licenced under terms of the
# GNU General Public Licence version 2 or newer.
# See COPYING for details.
SubDir TOP ecalc ;
SOURCE = SciCalc.cpp Main.cpp ;
MakeProgram ecalc : $(SOURCE) ;