From 8b9dc862339a210b41d01755df6ce6ad201251fc Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Thu, 16 Jul 2009 14:33:52 +0000 Subject: [PATCH] Added GNU=NO. --- configure/os/CONFIG.win32-x86.win32-x86 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure/os/CONFIG.win32-x86.win32-x86 b/configure/os/CONFIG.win32-x86.win32-x86 index d56bd6235..6def64ad2 100644 --- a/configure/os/CONFIG.win32-x86.win32-x86 +++ b/configure/os/CONFIG.win32-x86.win32-x86 @@ -31,6 +31,8 @@ BAFCMD = bscmake /nologo /o $@ # Configure OS vendor C compiler CC = cl +GNU = NO + # # /W use warning level N # (maximum (lint type) warnings at level 4)