[Lapetus-cvs] lapetus makefile,1.5,1.6
Status: Inactive
Brought to you by:
cyberwarriorx
From: Theo B. <cyb...@us...> - 2007-03-01 23:21:52
|
Update of /cvsroot/lapetus/lapetus In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv17714 Modified Files: makefile Log Message: -Added cd.c to list of objects to compile Index: makefile =================================================================== RCS file: /cvsroot/lapetus/lapetus/makefile,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- makefile 1 Mar 2007 00:50:42 -0000 1.5 +++ makefile 1 Mar 2007 23:21:45 -0000 1.6 @@ -11,7 +11,7 @@ ASFLAGS = ARFLAGS = rv -OBJS = commlink.o dsp.o int.o lapetus.o smpc.o timer.o \ +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 TARGET = $(LIBDIR)/liblapetus.a |