File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1- # $PostgreSQL: pgsql/src/makefiles/Makefile.cygwin,v 1.11 2008/11/14 10:22:47 petere Exp $
1+ # $PostgreSQL: pgsql/src/makefiles/Makefile.cygwin,v 1.12 2010/01/15 21:43:21 tgl Exp $
22DLLTOOL= dlltool
33DLLWRAP= dllwrap
44ifdef PGXS
@@ -23,10 +23,12 @@ CFLAGS_SL =
2323ifneq (,$(findstring backend,$(subdir)))
2424ifeq (,$(findstring conversion_procs,$(subdir)))
2525ifeq (,$(findstring snowball,$(subdir)))
26+ ifeq (,$(findstring walreceiver,$(subdir)))
2627override CPPFLAGS+= -DBUILDING_DLL
2728endif
2829endif
2930endif
31+ endif
3032
3133ifneq (,$(findstring timezone,$(subdir)))
3234override CPPFLAGS+= -DBUILDING_DLL
Original file line number Diff line number Diff line change 1- # $PostgreSQL: pgsql/src/makefiles/Makefile.win32,v 1.13 2009 /01/05 09:27:20 petere Exp $
1+ # $PostgreSQL: pgsql/src/makefiles/Makefile.win32,v 1.14 2010 /01/15 21:43:21 tgl Exp $
22
33# Use replacement include files for those missing on Win32
44override CPPFLAGS+="-I$(top_srcdir)/src/include/port/win32"
@@ -21,10 +21,12 @@ CFLAGS_SL =
2121ifneq (,$(findstring backend,$(subdir)))
2222ifeq (,$(findstring conversion_procs,$(subdir)))
2323ifeq (,$(findstring snowball,$(subdir)))
24+ ifeq (,$(findstring walreceiver,$(subdir)))
2425override CPPFLAGS+= -DBUILDING_DLL
2526endif
2627endif
2728endif
29+ endif
2830
2931ifneq (,$(findstring timezone,$(subdir)))
3032override CPPFLAGS+= -DBUILDING_DLL
You can’t perform that action at this time.
0 commit comments