From: Marko Kreen Date: Mon, 29 Dec 2008 14:33:57 +0000 (+0000) Subject: win32: add -A to def generation X-Git-Tag: pgbouncer_1_3_rc1~19 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=50268854ccbd7b1ce90a7a875478d80dc321a361;p=pgbouncer win32: add -A to def generation --- diff --git a/Makefile b/Makefile index 0c80295..6fad89d 100644 --- 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