diff options
| author | Bruce Momjian <bruce@momjian.us> | 2004-10-16 03:26:43 +0000 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 2004-10-16 03:26:43 +0000 |
| commit | c7add816f598d5a67bc846f890f1c1d3354a98a3 (patch) | |
| tree | 36a8194c1f777ffb089a75b71fb860909cbd3bf1 /src/interfaces/libpq/Makefile | |
| parent | 88fd162ef64cab7ed197f0612e0b610d57007200 (diff) | |
| download | postgresql-c7add816f598d5a67bc846f890f1c1d3354a98a3.tar.gz | |
Export only required symbols in libpq on Win32.
Magnus Hagander
Diffstat (limited to 'src/interfaces/libpq/Makefile')
| -rw-r--r-- | src/interfaces/libpq/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/interfaces/libpq/Makefile b/src/interfaces/libpq/Makefile index e8a418c92b..69ce22cbf3 100644 --- a/src/interfaces/libpq/Makefile +++ b/src/interfaces/libpq/Makefile @@ -4,7 +4,7 @@ # # Copyright (c) 1994, Regents of the University of California # -# $PostgreSQL: pgsql/src/interfaces/libpq/Makefile,v 1.117 2004/10/12 04:48:36 neilc Exp $ +# $PostgreSQL: pgsql/src/interfaces/libpq/Makefile,v 1.118 2004/10/16 03:26:43 momjian Exp $ # #------------------------------------------------------------------------- @@ -34,6 +34,7 @@ ifeq ($(PORTNAME), win32) OBJS += win32.o libpqrc.o libpqrc.o : libpq.rc windres -i libpq.rc -o libpqrc.o +DLL_DEFFILE=libpqdll.def ifeq ($(enable_thread_safety), yes) # This doesn't work yet because configure test fails. 2004-06-19 OBJS += pthread-win32.o |
