Skip to content
Snippets Groups Projects
Commit 34dc9abd authored by Tom Lane's avatar Tom Lane
Browse files

Propagate Magnus' fix for Windows snowball build into Makefile.cygwin.

parent 9f28588b
No related branches found
No related tags found
No related merge requests found
# $PostgreSQL: pgsql/src/makefiles/Makefile.cygwin,v 1.9 2006/06/22 23:50:35 tgl Exp $ # $PostgreSQL: pgsql/src/makefiles/Makefile.cygwin,v 1.10 2007/08/22 06:34:18 tgl Exp $
DLLTOOL= dlltool DLLTOOL= dlltool
DLLWRAP= dllwrap DLLWRAP= dllwrap
ifdef PGXS ifdef PGXS
...@@ -22,9 +22,11 @@ CFLAGS_SL = ...@@ -22,9 +22,11 @@ CFLAGS_SL =
ifneq (,$(findstring backend,$(subdir))) ifneq (,$(findstring backend,$(subdir)))
ifeq (,$(findstring conversion_procs,$(subdir))) ifeq (,$(findstring conversion_procs,$(subdir)))
ifeq (,$(findstring snowball,$(subdir)))
override CPPFLAGS+= -DBUILDING_DLL override CPPFLAGS+= -DBUILDING_DLL
endif endif
endif endif
endif
ifneq (,$(findstring timezone,$(subdir))) ifneq (,$(findstring timezone,$(subdir)))
override CPPFLAGS+= -DBUILDING_DLL override CPPFLAGS+= -DBUILDING_DLL
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment