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

Comparing libgender/Makefile (file contents):
Revision 1.6 by root, Sun Oct 3 04:16:06 2004 UTC vs.
Revision 1.7 by root, Sun Oct 3 04:25:39 2004 UTC

1CXX=g++ -O3 1CXX=g++ -O6 -funroll-all-loops
2CC=g++ -O3 2CC=g++ -O
3CPPFLAGS=$(shell sdl-config --cflags) 3CPPFLAGS=$(shell sdl-config --cflags)
4LDLIBS=$(shell sdl-config --libs) -lGL 4LDLIBS=$(shell sdl-config --libs) -lGL
5 5
6all: test 6all: test
7 7

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines