[Wgui-cvs] wgui/docs/tutorial/Calc Makefile,1.2,1.3
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/Calc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29132/docs/tutorial/Calc Modified Files: Makefile Log Message: Makefile fix. Index: Makefile =================================================================== RCS file: /cvsroot/wgui/wgui/docs/tutorial/Calc/Makefile,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Makefile 7 Apr 2004 16:16:01 -0000 1.2 --- Makefile 20 Apr 2004 18:55:18 -0000 1.3 *************** *** 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` |