[Wgui-cvs] wgui/docs/tutorial/Bullseye Makefile,1.3,1.4
Status: Beta
Brought to you by:
greenwire
|
From: Rob W. <gre...@us...> - 2004-04-20 18:38:19
|
Update of /cvsroot/wgui/wgui/docs/tutorial/Bullseye In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25282/docs/tutorial/Bullseye Modified Files: Makefile Log Message: Tutorial Makefile fix. Index: Makefile =================================================================== RCS file: /cvsroot/wgui/wgui/docs/tutorial/Bullseye/Makefile,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Makefile 8 Apr 2004 18:20:54 -0000 1.3 --- Makefile 20 Apr 2004 18:38:09 -0000 1.4 *************** *** 23,27 **** CPPFLAGS = -Wall -O0 -g -DDEBUG `sdl-config --cflags` ! BULLSEYE_OBJS = bullseye.o bullseye_tutorial.o .SUFFIXES: --- 23,27 ---- CPPFLAGS = -Wall -O0 -g -DDEBUG `sdl-config --cflags` ! BULLSEYE_OBJS = bullseye.o bullseye_testapp.o .SUFFIXES: |