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

Commite31bf1c

Browse files
committed
Adjust windows makefiles too, now that the walreceiver dynamic module
has been renamed.
1 parent55d8771 commite31bf1c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

‎src/makefiles/Makefile.cygwin

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $PostgreSQL: pgsql/src/makefiles/Makefile.cygwin,v 1.12 2010/01/15 21:43:21 tgl Exp $
1+
# $PostgreSQL: pgsql/src/makefiles/Makefile.cygwin,v 1.13 2010/01/20 09:30:07 heikki Exp $
22
DLLTOOL= dlltool
33
DLLWRAP= dllwrap
44
ifdef PGXS
@@ -23,7 +23,7 @@ CFLAGS_SL =
2323
ifneq (,$(findstring backend,$(subdir)))
2424
ifeq (,$(findstring conversion_procs,$(subdir)))
2525
ifeq (,$(findstring snowball,$(subdir)))
26-
ifeq (,$(findstringwalreceiver,$(subdir)))
26+
ifeq (,$(findstringlibpqwalreceiver,$(subdir)))
2727
override CPPFLAGS+= -DBUILDING_DLL
2828
endif
2929
endif

‎src/makefiles/Makefile.win32

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $PostgreSQL: pgsql/src/makefiles/Makefile.win32,v 1.14 2010/01/15 21:43:21 tgl Exp $
1+
# $PostgreSQL: pgsql/src/makefiles/Makefile.win32,v 1.15 2010/01/20 09:30:07 heikki Exp $
22

33
# Use replacement include files for those missing on Win32
44
override CPPFLAGS+="-I$(top_srcdir)/src/include/port/win32"
@@ -21,7 +21,7 @@ CFLAGS_SL =
2121
ifneq (,$(findstring backend,$(subdir)))
2222
ifeq (,$(findstring conversion_procs,$(subdir)))
2323
ifeq (,$(findstring snowball,$(subdir)))
24-
ifeq (,$(findstringwalreceiver,$(subdir)))
24+
ifeq (,$(findstringlibpqwalreceiver,$(subdir)))
2525
override CPPFLAGS+= -DBUILDING_DLL
2626
endif
2727
endif

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp