diff 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
line wrap: on
line diff
--- a/Gui/Makefile	Thu Aug 17 16:44:54 2006 +0000
+++ b/Gui/Makefile	Thu Aug 17 17:19:56 2006 +0000
@@ -4,7 +4,7 @@
 
 INCDIR  = -I. -I.. -I../loader -I./wm -I./skin
 
-CFLAGS = $(OPTFLAGS) $(INCDIR) -DDEBUG
+CFLAGS = $(INCDIR) $(OPTFLAGS) -DDEBUG
 
 ifeq ($(TARGET_WIN32),yes)
 SRCS = win32/dialogs.c \