[Wgui-cvs] wgui/docs/tutorial/Bullseye Makefile,1.4,1.5
Status: Beta
Brought to you by:
greenwire
|
From: Rob W. <gre...@us...> - 2004-04-20 18:56:08
|
Update of /cvsroot/wgui/wgui/docs/tutorial/Bullseye In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29132/docs/tutorial/Bullseye Modified Files: Makefile Log Message: Makefile fix. Index: Makefile =================================================================== RCS file: /cvsroot/wgui/wgui/docs/tutorial/Bullseye/Makefile,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** Makefile 20 Apr 2004 18:38:09 -0000 1.4 --- Makefile 20 Apr 2004 18:55:17 -0000 1.5 *************** *** 20,24 **** INCLUDES = -I/usr/include/freetype2 -I../../../includes ! LIBS = -L../../../lib -lwguid -lfreetype `sdl-config --libs` CPPFLAGS = -Wall -O0 -g -DDEBUG `sdl-config --cflags` --- 20,24 ---- INCLUDES = -I/usr/include/freetype2 -I../../../includes ! LIBS = -L../../../src -lwguid -lfreetype `sdl-config --libs` CPPFLAGS = -Wall -O0 -g -DDEBUG `sdl-config --cflags` |