[Lapetus-cvs] lapetus makefile,1.3,1.4
Status: Inactive
Brought to you by:
cyberwarriorx
From: Theo B. <cyb...@us...> - 2007-02-28 04:28:40
|
Update of /cvsroot/lapetus/lapetus In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv18056 Modified Files: makefile Log Message: -Includes all the new files Index: makefile =================================================================== RCS file: /cvsroot/lapetus/lapetus/makefile,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- makefile 16 Feb 2007 01:38:50 -0000 1.3 +++ makefile 28 Feb 2007 04:28:37 -0000 1.4 @@ -5,11 +5,11 @@ GCC = C:\PROGRA~1\kpit\GNUSHV~1\Sh-coff LIBDIR = . -CFLAGS = -O2 -Wall -m2 -I$(GCC)\include\g++-v3 -DDEBUG +CFLAGS = -O2 -Wall -m2 -I$(GCC)\include\g++-v3 ASFLAGS = ARFLAGS = rv -OBJS = commlink.o dsp.o timer.o vdpinit.o +OBJS = commlink.o dsp.o int.o lapetus.o smpc.o timer.o vdpinit.o scrscr.o rotscr.o TARGET = $(LIBDIR)/lapetus.a |