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

Commit35ff782

Browse files
committed
Add libpgport to postgres.def for Windows build. Per Magnus Hagander.
1 parentee2bfaa commit35ff782

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/backend/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# Copyright (c) 1994, Regents of the University of California
66
#
7-
# $PostgreSQL: pgsql/src/backend/Makefile,v 1.103 2004/07/21 20:34:44 momjian Exp $
7+
# $PostgreSQL: pgsql/src/backend/Makefile,v 1.104 2004/08/01 18:07:42 tgl Exp $
88
#
99
#-------------------------------------------------------------------------
1010

@@ -66,7 +66,7 @@ postgres: $(OBJS) $(DLLINIT) postgres.def libpostgres.a
6666
rm -f$@.exp$@.base
6767

6868
postgres.def:$(OBJS)
69-
$(DLLTOOL) --export-all --output-def$@$^
69+
$(DLLTOOL) --export-all --output-def$@$^$(top_builddir)/src/port/libpgport.a
7070

7171
libpostgres.a: postgres.def
7272
$(DLLTOOL) --dllname postgres.exe --def postgres.def --output-lib$@

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp