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