Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitae05b2f

Browse files
committed
Missed this part in pg_config.h rename.
1 parent7e20c35 commitae05b2f

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 existconfig.h copyconfig.h.win32config.h
19+
if not existpg_config.h copypg_config.h.win32pg_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)

[8]ページ先頭

©2009-2025 Movatter.jp