Mercurial > mplayer.hg
comparison Gui/Makefile @ 19190:1ea5c31932fd
Unify include paths in the build system, part I.
author | diego |
---|---|
date | Thu, 27 Jul 2006 10:08:17 +0000 |
parents | e6f5f7c26166 |
children | 4f71ed7cb512 |
comparison
equal
deleted
inserted
replaced
19189:0506fc913c27 | 19190:1ea5c31932fd |
---|---|
1 include ../config.mak | 1 include ../config.mak |
2 | 2 |
3 LIBNAME = libgui.a | 3 LIBNAME = libgui.a |
4 | 4 |
5 INCDIR = -I. -I.. -I../loader -I./wm -I./skin $(FREETYPE_INC) $(GTK_INC) | 5 INCDIR = -I. -I.. -I../loader -I./wm -I./skin |
6 | 6 |
7 CFLAGS = $(OPTFLAGS) $(INCDIR) -DDEBUG | 7 CFLAGS = $(OPTFLAGS) $(INCDIR) -DDEBUG |
8 | 8 |
9 ifeq ($(TARGET_WIN32),yes) | 9 ifeq ($(TARGET_WIN32),yes) |
10 SRCS = win32/dialogs.c \ | 10 SRCS = win32/dialogs.c \ |