aboutsummaryrefslogtreecommitdiff
path: root/src/win32.mak
diff options
context:
space:
mode:
Diffstat (limited to 'src/win32.mak')
-rw-r--r--src/win32.mak6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/win32.mak b/src/win32.mak
index a20e9fda1c2..6256c457d40 100644
--- a/src/win32.mak
+++ b/src/win32.mak
@@ -1,4 +1,4 @@
-# $Header: /cvsroot/pgsql/src/win32.mak,v 1.7 2002/08/22 00:15:08 scrappy Exp $
+# $Header: /cvsroot/pgsql/src/win32.mak,v 1.8 2002/09/03 21:45:41 petere Exp $
# Makefile for Microsoft Visual C++ 5.0 (or compat)
# Top-file makefile for Win32 parts of postgresql.
@@ -10,10 +10,6 @@ NULL=
NULL=nul
!ENDIF
-!IFDEF MULTIBYTE
-MAKEMACRO = "MULTIBYTE=$(MULTIBYTE)"
-!ENDIF
-
ALL:
cd include
if not exist pg_config.h copy pg_config.h.win32 pg_config.h