]> granicus.if.org Git - postgresql/commit
Hello!
authorBruce Momjian <bruce@momjian.us>
Fri, 3 Jul 1998 04:24:16 +0000 (04:24 +0000)
committerBruce Momjian <bruce@momjian.us>
Fri, 3 Jul 1998 04:24:16 +0000 (04:24 +0000)
commitc765b4b052262416a2212ba206d9669f88ca68b9
tree63ef0bf26933568d64dc6fe5c957d09c7dd2b0d8
parentd5283ccd3efce2abb66ad26d7f2ab2a5f81d5608
Hello!

Through some minor changes, I have been able to compile the libpq
client libraries on the Win32 platform. Since the libpq communications
part has been rewritten, this has become much easier. Enclosed is
a patch that will allow at least Microsoft Visual C++ to compile
libpq into both a static and a dynamic library.  I will take a look
at porting the psql frontend as well, but I figured it was a good
idea to send in these patches first - so no major changes are done
to the files before it gets applied (if it does).

Regards,
  Magnus Hagander
12 files changed:
src/include/postgres.h
src/interfaces/libpq/fe-auth.c
src/interfaces/libpq/fe-connect.c
src/interfaces/libpq/fe-exec.c
src/interfaces/libpq/fe-lobj.c
src/interfaces/libpq/fe-misc.c
src/interfaces/libpq/fe-print.c
src/interfaces/libpq/libpqdll.c [new file with mode: 0644]
src/interfaces/libpq/libpqdll.def [new file with mode: 0644]
src/interfaces/libpq/win32.h [new file with mode: 0644]
src/interfaces/libpq/win32.mak [new file with mode: 0644]
src/win32.mak [new file with mode: 0644]