From 6e3cc2029d796f8c12be4da06c3fba7dc298098a Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Fri, 22 Oct 2004 22:33:58 +0000 Subject: Fix tsearch build problems. Magnus Hagander --- src/makefiles/Makefile.win32 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/makefiles/Makefile.win32') diff --git a/src/makefiles/Makefile.win32 b/src/makefiles/Makefile.win32 index f4652489b6..5cf543d309 100644 --- a/src/makefiles/Makefile.win32 +++ b/src/makefiles/Makefile.win32 @@ -1,4 +1,4 @@ -# $PostgreSQL: pgsql/src/makefiles/Makefile.win32,v 1.3 2003/11/29 19:52:12 pgsql Exp $ +# $PostgreSQL: pgsql/src/makefiles/Makefile.win32,v 1.4 2004/10/22 22:33:58 tgl Exp $ # Use replacement include files for those missing on Win32 override CPPFLAGS+="-I$(top_srcdir)/src/include/port/win32" @@ -23,6 +23,10 @@ override CPPFLAGS+= -DBUILDING_DLL endif endif +ifneq (,$(findstring timezone,$(subdir))) +override CPPFLAGS+= -DBUILDING_DLL +endif + ifneq (,$(findstring ecpg/lib,$(subdir))) override CPPFLAGS+= -DBUILDING_DLL endif -- cgit v1.2.1