Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
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

+5-1
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)