Mercurial > mplayer.hg
comparison TOOLS/subfont-c/Makefile @ 10180:3f3b7829dce8
The linux directory is now called osdep.
author | diego |
---|---|
date | Sun, 25 May 2003 00:21:18 +0000 |
parents | 44ce5a673be2 |
children | 3bfc7cbf4060 |
comparison
equal
deleted
inserted
replaced
10179:832182cacfe6 | 10180:3f3b7829dce8 |
---|---|
1 include ../../config.mak | 1 include ../../config.mak |
2 | 2 |
3 LDLIBS=-lm ../../linux/timer-lx.o $(shell freetype-config --libs) | 3 LDLIBS=-lm ../../osdep/timer-lx.o $(shell freetype-config --libs) |
4 CFLAGS=$(OPTFLAGS) $(shell freetype-config --cflags) | 4 CFLAGS=$(OPTFLAGS) $(shell freetype-config --cflags) |
5 | 5 |
6 #CFLAGS+=-O0 # for RedHat's gcc-2.96-95 | 6 #CFLAGS+=-O0 # for RedHat's gcc-2.96-95 |
7 #CFLAGS+=-DOLD_FREETYPE2 # for FreeType 2.0.1 | 7 #CFLAGS+=-DOLD_FREETYPE2 # for FreeType 2.0.1 |
8 #CFLAGS+=-g | 8 #CFLAGS+=-g |