From 64fbae7bbfded7e30e9925fd6bb4b19ecb325053 Mon Sep 17 00:00:00 2001
From: Laurent Destailleur <eldy@users.sourceforge.net>
Date: Sun, 6 Sep 2009 20:31:10 +0000
Subject: [PATCH] Work with MINGW compiler. No need to have cygwin1.dll.

---
 build/exe/doliwamp/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/build/exe/doliwamp/Makefile b/build/exe/doliwamp/Makefile
index 130397a05a0..8e446931c74 100644
--- a/build/exe/doliwamp/Makefile
+++ b/build/exe/doliwamp/Makefile
@@ -1,8 +1,9 @@
 #-------------------------------------------------------------------#
 # Makefile
 #-------------------------------------------------------------------#
-#       1.0     Laurent Destailleur     Creation 
-#       1.1     Works with VC++ and GCC, Windows and Unix
+# 1.0     Laurent Destailleur     Creation 
+#-------------------------------------------------------------------#
+# Works with GCC CYGWIN, GCC MINGW
 #-------------------------------------------------------------------#
 
 
-- 
GitLab