Update of /cvsroot/lapetus/lapetus
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv16397
Modified Files:
makefile
Log Message:
-All newly added files are now being compiled and linked
Index: makefile
===================================================================
RCS file: /cvsroot/lapetus/lapetus/makefile,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- makefile 1 Mar 2007 23:21:45 -0000 1.6
+++ makefile 3 Mar 2007 05:22:31 -0000 1.7
@@ -11,8 +11,9 @@
ASFLAGS =
ARFLAGS = rv
-OBJS = cd.o commlink.o dsp.o int.o lapetus.o smpc.o timer.o \
- vdpinit.o scrscr.o rotscr.o text.o pal.o
+OBJS = cd.o cdfs.o \
+ commlink.o dsp.o int.o lapetus.o smpc.o timer.o \
+ vdpinit.o scrscr.o rotscr.o text.o pal.o font.o
TARGET = $(LIBDIR)/liblapetus.a
|