add jsmath.cpp to the build.

git-svn-id: svn://10.0.0.236/trunk@74580 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
beard%netscape.com 2000-07-21 05:00:43 +00:00
parent 13d5767bc1
commit 1481de28ca
2 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,7 @@ objs = hash.o \
icodegenerator.o \
interpreter.o \
js2.o \
jsmath.o \
jstypes.o \
numerics.o \
parser.o \

View File

@ -6,6 +6,7 @@ objs = hash.o \
icodegenerator.o \
interpreter.o \
js2.o \
jsmath.o \
jstypes.o \
numerics.o \
parser.o \