ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libgender/Makefile
(Generate patch)

Comparing libgender/Makefile (file contents):
Revision 1.33 by root, Sat Oct 23 21:53:06 2004 UTC vs.
Revision 1.34 by root, Thu Oct 28 17:00:46 2004 UTC

1CXX=g++-3.4 -O6 1CXX=g++ -O6
2CC=$(CXX) 2CC=$(CXX)
3CPPFLAGS=$(shell sdl-config --cflags) -DDEBUG 3CPPFLAGS=$(shell sdl-config --cflags) -DDEBUG
4LDLIBS=$(shell sdl-config --libs) -lSDL_image -lGL -lCg -lCgGL -lGLU 4LDLIBS=$(shell sdl-config --libs) -lSDL_image -lGL -lCg -lCgGL -lGLU
5 5
6all: test 6all: test

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines