|
6 | 6 | # Copyright (c) 1994, Regents of the University of California
|
7 | 7 | #
|
8 | 8 | # 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 $ |
10 | 10 | #
|
11 | 11 | #-------------------------------------------------------------------------
|
12 | 12 |
|
|
44 | 44 |
|
45 | 45 | OBJS = pgconnection.o pgdatabase.o pgtransdb.o pgcursordb.o pglobject.o
|
46 | 46 |
|
| 47 | +ifeq ($(PORTNAME), win) |
| 48 | +SHLIB_LINK+= --driver-name g++ -L../libpq -lpq |
| 49 | +else |
47 | 50 | SHLIB_LINK= -L../libpq -lpq
|
| 51 | +endif |
48 | 52 |
|
49 | 53 | # Shared library stuff, also default 'all' target
|
50 | 54 | include$(SRCDIR)/Makefile.shlib
|
|