Skip to content

Commit fe2bcf8

Browse files
committed
Fix for NT from Horak Daniel
1 parent 9b35ec2 commit fe2bcf8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/interfaces/libpq++/Makefile.in

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# Copyright (c) 1994, Regents of the University of California
77
#
88
# IDENTIFICATION
9-
# $Header: /cvsroot/pgsql/src/interfaces/libpq++/Attic/Makefile.in,v 1.12 1999/05/23 01:03:57 momjian Exp $
9+
# $Header: /cvsroot/pgsql/src/interfaces/libpq++/Attic/Makefile.in,v 1.13 1999/05/26 16:19:48 momjian Exp $
1010
#
1111
#-------------------------------------------------------------------------
1212

@@ -44,7 +44,11 @@ endif
4444

4545
OBJS = pgconnection.o pgdatabase.o pgtransdb.o pgcursordb.o pglobject.o
4646

47+
ifeq ($(PORTNAME), win)
48+
SHLIB_LINK+= --driver-name g++ -L../libpq -lpq
49+
else
4750
SHLIB_LINK= -L../libpq -lpq
51+
endif
4852

4953
# Shared library stuff, also default 'all' target
5054
include $(SRCDIR)/Makefile.shlib

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy