From: Peter Eisentraut <peter_e@gmx.net> Date: Fri, 24 Aug 2001 22:42:28 +0000 (+0000) Subject: Missed this part in pg_config.h rename. X-Git-Tag: REL7_2_BETA1~624 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ae05b2fd43f9cee33b93b35a32330ac19e0825de;p=postgresql Missed this part in pg_config.h rename. --- diff --git a/src/win32.mak b/src/win32.mak index 862b409d0b..e5ae1c64c9 100644 --- a/src/win32.mak +++ b/src/win32.mak @@ -1,7 +1,7 @@ -# Makefile for Microsoft Visual C++ 5.0 (or compat) +# $Header: /cvsroot/pgsql/src/win32.mak,v 1.6 2001/08/24 22:42:28 petere Exp $ +# Makefile for Microsoft Visual C++ 5.0 (or compat) # Top-file makefile for Win32 parts of postgresql. - # Note that most parts are not ported to Win32! !IF "$(OS)" == "Windows_NT" @@ -16,7 +16,7 @@ MAKEMACRO = "MULTIBYTE=$(MULTIBYTE)" ALL: cd include - if not exist config.h copy config.h.win32 config.h + if not exist pg_config.h copy pg_config.h.win32 pg_config.h cd .. cd interfaces\libpq nmake /f win32.mak $(MAKEMACRO) @@ -38,4 +38,4 @@ CLEAN: DISTCLEAN: CLEAN cd include del config.h - cd .. \ No newline at end of file + cd ..