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

Commit6c77fee

Browse files
committed
Add win32 version information for pg_config Makefile.
1 parent67608a3 commit6c77fee

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

‎src/bin/pg_config/Makefile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,16 @@
44
#
55
# Copyright (c) 1998-2002, PostgreSQL Global Development Group
66
#
7-
# $PostgreSQL: pgsql/src/bin/pg_config/Makefile,v 1.11 2004/10/06 17:21:45 momjian Exp $
7+
# $PostgreSQL: pgsql/src/bin/pg_config/Makefile,v 1.12 2004/10/09 03:57:39 momjian Exp $
88
#
99
#-------------------------------------------------------------------------
1010

11+
PGFILEDESC = "pg_config - report configuration information"
1112
subdir = src/bin/pg_config
1213
top_builddir = ../../..
1314
include$(top_builddir)/src/Makefile.global
1415

15-
OBJS= pg_config.o
16+
OBJS= pg_config.o$(WIN32RES)
1617

1718
overrideCPPFLAGS := -DFRONTEND -I$(libpq_srcdir) -DVAL_CONFIGURE="\"$(configure_args)\""$(CPPFLAGS)
1819

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp