Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d01741b commit a3bc467Copy full SHA for a3bc467
src/makefiles/Makefile.win32
@@ -1,4 +1,4 @@
1
-# $PostgreSQL: pgsql/src/makefiles/Makefile.win32,v 1.10 2006/06/22 23:50:35 tgl Exp $
+# $PostgreSQL: pgsql/src/makefiles/Makefile.win32,v 1.11 2007/08/21 13:32:33 mha Exp $
2
3
# Use replacement include files for those missing on Win32
4
override CPPFLAGS+="-I$(top_srcdir)/src/include/port/win32"
@@ -22,9 +22,11 @@ CFLAGS_SL =
22
23
ifneq (,$(findstring backend,$(subdir)))
24
ifeq (,$(findstring conversion_procs,$(subdir)))
25
+ifeq (,$(findstring snowball,$(subdir)))
26
override CPPFLAGS+= -DBUILDING_DLL
27
endif
28
29
+endif
30
31
ifneq (,$(findstring timezone,$(subdir)))
32
0 commit comments