We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b35ec2 commit fe2bcf8Copy full SHA for fe2bcf8
src/interfaces/libpq++/Makefile.in
@@ -6,7 +6,7 @@
6
# Copyright (c) 1994, Regents of the University of California
7
#
8
# IDENTIFICATION
9
-# $Header: /cvsroot/pgsql/src/interfaces/libpq++/Attic/Makefile.in,v 1.12 1999/05/23 01:03:57 momjian Exp $
+# $Header: /cvsroot/pgsql/src/interfaces/libpq++/Attic/Makefile.in,v 1.13 1999/05/26 16:19:48 momjian Exp $
10
11
#-------------------------------------------------------------------------
12
@@ -44,7 +44,11 @@ endif
44
45
OBJS = pgconnection.o pgdatabase.o pgtransdb.o pgcursordb.o pglobject.o
46
47
+ifeq ($(PORTNAME), win)
48
+SHLIB_LINK+= --driver-name g++ -L../libpq -lpq
49
+else
50
SHLIB_LINK= -L../libpq -lpq
51
+endif
52
53
# Shared library stuff, also default 'all' target
54
include $(SRCDIR)/Makefile.shlib
0 commit comments