X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=src%2FMakefile;h=a294df04b711410170883880036671d434e38f65;hb=HEAD;hp=fd31fd8691ba36242c6de85f5b04378181937398;hpb=41ecaf14d666a9d9bf26427b7b164b2bf12de8e1;p=smdp.git diff --git a/src/Makefile b/src/Makefile index fd31fd8..a294df0 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,6 +1,6 @@ # # Makefile -# Copyright (C) 2014 Michael Goehler +# Copyright (C) 2018 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