Index: src/interfaces/libpq/Makefile =================================================================== RCS file: /projects/cvsroot/pgsql-server/src/interfaces/libpq/Makefile,v retrieving revision 1.112 diff -c -r1.112 Makefile *** src/interfaces/libpq/Makefile 13 Jul 2004 00:06:44 -0000 1.112 --- src/interfaces/libpq/Makefile 24 Sep 2004 17:36:25 -0000 *************** *** 28,34 **** $(filter crypt.o getaddrinfo.o inet_aton.o open.o snprintf.o strerror.o, $(LIBOBJS)) ifeq ($(PORTNAME), win32) ! OBJS+=win32.o ifeq ($(enable_thread_safety), yes) # This doesn't work yet because configure test fails. 2004-06-19 OBJS+=pthread-win32.o --- 28,36 ---- $(filter crypt.o getaddrinfo.o inet_aton.o open.o snprintf.o strerror.o, $(LIBOBJS)) ifeq ($(PORTNAME), win32) ! OBJS+=win32.o libpqrc.o ! libpqrc.o: libpq.rc ! windres -i libpq.rc -o libpqrc.o ifeq ($(enable_thread_safety), yes) # This doesn't work yet because configure test fails. 2004-06-19 OBJS+=pthread-win32.o