projects
/
users
/
simon
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef0070f
)
Don't define BUILDING_DLL for snowball lib. Should fix build problems
author
Magnus Hagander
<magnus@hagander.net>
Tue, 21 Aug 2007 13:32:33 +0000
(13:32 +0000)
committer
Magnus Hagander
<magnus@hagander.net>
Tue, 21 Aug 2007 13:32:33 +0000
(13:32 +0000)
on mingw and probably cygwin.
src/makefiles/Makefile.win32
patch
|
blob
|
blame
|
history
diff --git
a/src/makefiles/Makefile.win32
b/src/makefiles/Makefile.win32
index 0ccde2cf9e8fa23983e82f046a51c5e853e20ec2..6bc15e5ed0545aa40cb02c9c9f8e8ce4c2e3132a 100644
(file)
--- a/
src/makefiles/Makefile.win32
+++ b/
src/makefiles/Makefile.win32
@@
-22,9
+22,11
@@
CFLAGS_SL =
ifneq (,$(findstring backend,$(subdir)))
ifeq (,$(findstring conversion_procs,$(subdir)))
+ifeq (,$(findstring snowball,$(subdir)))
override CPPFLAGS+= -DBUILDING_DLL
endif
endif
+endif
ifneq (,$(findstring timezone,$(subdir)))
override CPPFLAGS+= -DBUILDING_DLL