Skip to content

Commit

Permalink
win32: add -A to def generation
Browse files Browse the repository at this point in the history
  • Loading branch information
markokr committed Dec 29, 2008
1 parent 222176a commit 5026885
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 5026885

Please sign in to comment.