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`
|