comparison Gui/Makefile @ 19420:4f71ed7cb512

Move all internal -I parameters to the front of CFLAGS to avoid using external header files that happen to have the same name as internal ones. based on a patch by Vladislav Naumov, vladislav.naumov **at** gmail **dot** com
author diego
date Thu, 17 Aug 2006 17:19:56 +0000
parents 1ea5c31932fd
children aa58338824f8
comparison
equal deleted inserted replaced
19419:3ae6b0a6fffc 19420:4f71ed7cb512
2 2
3 LIBNAME = libgui.a 3 LIBNAME = libgui.a
4 4
5 INCDIR = -I. -I.. -I../loader -I./wm -I./skin 5 INCDIR = -I. -I.. -I../loader -I./wm -I./skin
6 6
7 CFLAGS = $(OPTFLAGS) $(INCDIR) -DDEBUG 7 CFLAGS = $(INCDIR) $(OPTFLAGS) -DDEBUG
8 8
9 ifeq ($(TARGET_WIN32),yes) 9 ifeq ($(TARGET_WIN32),yes)
10 SRCS = win32/dialogs.c \ 10 SRCS = win32/dialogs.c \
11 win32/gui.c \ 11 win32/gui.c \
12 win32/interface.c \ 12 win32/interface.c \