Merged the sine/cosine routines into one file, because they're often used
together, we save some code in this case, and the sine table isn't of real use for programs, because it contains some specialities. git-svn-id: svn://svn.cc65.org/cc65/trunk@4400 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -99,9 +99,7 @@ S_OBJS = _cwd.o \
|
||||
atexit.o \
|
||||
atoi.o \
|
||||
calloc.o \
|
||||
cc65_cos.o \
|
||||
cc65_sin.o \
|
||||
cc65_sintab.o \
|
||||
cc65_sincos.o \
|
||||
chdir.o \
|
||||
copydata.o \
|
||||
creat.o \
|
||||
|
||||
Reference in New Issue
Block a user