]> granicus.if.org Git - pgbouncer/commitdiff
win32: add -A to def generation
authorMarko Kreen <markokr@gmail.com>
Mon, 29 Dec 2008 14:33:57 +0000 (14:33 +0000)
committerMarko Kreen <markokr@gmail.com>
Mon, 29 Dec 2008 14:33:57 +0000 (14:33 +0000)
Makefile

index 0c80295fad40b59bb942b3d433c771d26db22d62..6fad89d59e3ad48bfd367546615bc1e2958f2607 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -62,7 +62,7 @@ dll = $(builddir)/pgbevent.dll
 dlldef = $(builddir)/lib/pgbevent.def
 dllobjs = $(builddir)/lib/eventmsg.o $(builddir)/lib/pgbevent.o
 
-DEFFLAGS = --export-all-symbols
+DEFFLAGS = --export-all-symbols -A
 
 endif