diff -r 9f537eb08d46 Makefile --- a/Makefile Mon Aug 30 18:30:35 2010 +0200 +++ b/Makefile Tue Aug 31 22:38:17 2010 +0200 @@ -57,12 +57,6 @@ FLAGS += -DMINGW endif -ifeq ($(ISCYGWIN),1) -ifeq ($(NOCYGWIN),1) -FLAGS += -DMINGW -mno-cygwin -endif -endif - ifeq ($(shell uname),Darwin) FLAGS += -isystem/opt/local/include endif @@ -76,6 +70,12 @@ -include ${MAKEFILELOCAL} +ifeq ($(ISCYGWIN),1) +ifeq ($(NOCYGWIN),1) +FLAGS += -DMINGW -mno-cygwin +endif +endif + CXXFLAGS := $(FLAGS) $(CXXFLAGS) # Somewhat automatic detection of the correct boost include folder