From 1def3388b7386ee5e4b8f107632e41665c45da33 Mon Sep 17 00:00:00 2001 From: Hiroshi Saito Date: Thu, 24 Aug 2006 17:04:05 +0000 Subject: [PATCH] guide message was corrected. (ANSI/Unicode) --- win32.mak | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/win32.mak b/win32.mak index dbac0b0..bd14a5a 100644 --- a/win32.mak +++ b/win32.mak @@ -10,7 +10,11 @@ # Comments: Created by Dave Page, 2001-02-12 # -!MESSAGE Building the PostgreSQL Unicode 3.0 Driver for Win32... +!IF "$(ANSI_VERSION)" == "yes" +!MESSAGE Building the PostgreSQL ANSI 3.0 Driver for Win32... +!ELSE +!MESSAGE Building the PostgreSQL Unicode 3.5 Driver for Win32... +!ENDIF !MESSAGE !IF "$(CFG)" == "" CFG=Release -- 2.39.5