Options to compile on Cygwin
authorhpa <hpa@bonde.sc.orionmulti.com>
Wed, 28 Sep 2005 23:37:37 +0000 (16:37 -0700)
committerhpa <hpa@bonde.sc.orionmulti.com>
Wed, 28 Sep 2005 23:37:37 +0000 (16:37 -0700)
Makefile

index 9920467..55b06f2 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -172,6 +172,10 @@ ifeq ($(shell uname -s),SunOS)
        TAR = gtar
        PLATFORM_DEFINES += -D__EXTENSIONS__
 endif
+ifeq ($(shell uname -o),Cygwin)
+       NO_STRCASESTR = YesPlease
+       NEEDS_LIBICONV = YesPlease
+endif
 ifneq (,$(findstring arm,$(shell uname -m)))
        ARM_SHA1 = YesPlease
 endif