Skip to content

Commit ae05b2f

Browse files
committed
Missed this part in pg_config.h rename.
1 parent 7e20c35 commit ae05b2f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/win32.mak

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# Makefile for Microsoft Visual C++ 5.0 (or compat)
1+
# $Header: /cvsroot/pgsql/src/win32.mak,v 1.6 2001/08/24 22:42:28 petere Exp $
22

3+
# Makefile for Microsoft Visual C++ 5.0 (or compat)
34
# Top-file makefile for Win32 parts of postgresql.
4-
55
# Note that most parts are not ported to Win32!
66

77
!IF "$(OS)" == "Windows_NT"
@@ -16,7 +16,7 @@ MAKEMACRO = "MULTIBYTE=$(MULTIBYTE)"
1616

1717
ALL:
1818
cd include
19-
if not exist config.h copy config.h.win32 config.h
19+
if not exist pg_config.h copy pg_config.h.win32 pg_config.h
2020
cd ..
2121
cd interfaces\libpq
2222
nmake /f win32.mak $(MAKEMACRO)
@@ -38,4 +38,4 @@ CLEAN:
3838
DISTCLEAN: CLEAN
3939
cd include
4040
del config.h
41-
cd ..
41+
cd ..

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy