comparison Gui/Makefile @ 22611:bdd28b382a43

Remove useless -I./skin from CFLAGS.
author diego
date Fri, 16 Mar 2007 00:02:28 +0000
parents cd50e0497989
children 435648b07244
comparison
equal deleted inserted replaced
22610:8e6182a75006 22611:bdd28b382a43
1 include ../config.mak 1 include ../config.mak
2 2
3 LIBNAME_MPLAYER = libgui.a 3 LIBNAME_MPLAYER = libgui.a
4 4
5 CFLAGS = -I./skin
6 #CFLAGS += -DDEBUG 5 #CFLAGS += -DDEBUG
7 6
8 CFLAGS-$(CONFIG_LIBAVUTIL) += -I../libavutil 7 CFLAGS-$(CONFIG_LIBAVUTIL) += -I../libavutil
9 8
10 ifeq ($(TARGET_WIN32),yes) 9 ifeq ($(TARGET_WIN32),yes)