X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=src%2FMakefile;h=70b5af5638220bf9fd566ebf994708878fcbc85b;hb=22055d604b1207680ded02d98715df5cafdf8648;hp=fd31fd8691ba36242c6de85f5b04378181937398;hpb=41ecaf14d666a9d9bf26427b7b164b2bf12de8e1;p=smdp.git diff --git a/src/Makefile b/src/Makefile index fd31fd8..70b5af5 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,6 +1,6 @@ # # Makefile -# Copyright (C) 2014 Michael Goehler +# Copyright (C) 2015 Michael Goehler # # This file is part of mdp. # @@ -33,6 +33,8 @@ endif ifeq ($(OS),Windows_NT) ifeq (,$(findstring CYGWIN,$(UNAME_S))) CPPFLAGS += -DWIN32 + else + CPPFLAGS += -DCYGWIN endif endif