Missed this part in pg_config.h rename.

This commit is contained in:
Peter Eisentraut 2001-08-24 22:42:28 +00:00
parent 7e20c35e1c
commit ae05b2fd43
1 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
# $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) # Makefile for Microsoft Visual C++ 5.0 (or compat)
# Top-file makefile for Win32 parts of postgresql. # Top-file makefile for Win32 parts of postgresql.
# Note that most parts are not ported to Win32! # Note that most parts are not ported to Win32!
!IF "$(OS)" == "Windows_NT" !IF "$(OS)" == "Windows_NT"
@ -16,7 +16,7 @@ MAKEMACRO = "MULTIBYTE=$(MULTIBYTE)"
ALL: ALL:
cd include 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 ..
cd interfaces\libpq cd interfaces\libpq
nmake /f win32.mak $(MAKEMACRO) nmake /f win32.mak $(MAKEMACRO)
@ -38,4 +38,4 @@ CLEAN:
DISTCLEAN: CLEAN DISTCLEAN: CLEAN
cd include cd include
del config.h del config.h
cd .. cd ..