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 9f28588 commit 34dc9abCopy full SHA for 34dc9ab
src/makefiles/Makefile.cygwin
@@ -1,4 +1,4 @@
1
-# $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 $
2
DLLTOOL= dlltool
3
DLLWRAP= dllwrap
4
ifdef PGXS
@@ -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