From 145f3b20d9adfe252fd72a15ad0e7cbfcdc99e54 Mon Sep 17 00:00:00 2001
From: hniksic <devnull@localhost>
Date: Sun, 6 Mar 2005 09:46:00 -0800
Subject: [PATCH] [svn] Enable merging of duplicate strings.  Turn off printing
 of Borland compiler logo.

---
 windows/Makefile.src.bor | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/windows/Makefile.src.bor b/windows/Makefile.src.bor
index 1f7ecd66..fc946600 100644
--- a/windows/Makefile.src.bor
+++ b/windows/Makefile.src.bor
@@ -7,7 +7,7 @@ LINK=ilink32
 
 LFLAGS=
 WARN=-w-8057 -w-8027 -w-8066 -w-8008 -w-8065
-CFLAGS=-DWINDOWS -DHAVE_CONFIG_H -I. -O2 -6 $(WARN)
+CFLAGS=-DWINDOWS -DHAVE_CONFIG_H -I. -O2 -6 -d -q $(WARN)
 
 ## variables
 OBJS=cmpt.obj connect.obj convert.obj ftp.obj ftp-basic.obj  \