Fix for NT from Horak Daniel
This commit is contained in:
parent
9b35ec2615
commit
fe2bcf854c
@ -6,7 +6,7 @@
|
|||||||
# Copyright (c) 1994, Regents of the University of California
|
# Copyright (c) 1994, Regents of the University of California
|
||||||
#
|
#
|
||||||
# IDENTIFICATION
|
# IDENTIFICATION
|
||||||
# $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 $
|
||||||
#
|
#
|
||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
|
|
||||||
@ -44,7 +44,11 @@ endif
|
|||||||
|
|
||||||
OBJS = pgconnection.o pgdatabase.o pgtransdb.o pgcursordb.o pglobject.o
|
OBJS = pgconnection.o pgdatabase.o pgtransdb.o pgcursordb.o pglobject.o
|
||||||
|
|
||||||
|
ifeq ($(PORTNAME), win)
|
||||||
|
SHLIB_LINK+= --driver-name g++ -L../libpq -lpq
|
||||||
|
else
|
||||||
SHLIB_LINK= -L../libpq -lpq
|
SHLIB_LINK= -L../libpq -lpq
|
||||||
|
endif
|
||||||
|
|
||||||
# Shared library stuff, also default 'all' target
|
# Shared library stuff, also default 'all' target
|
||||||
include $(SRCDIR)/Makefile.shlib
|
include $(SRCDIR)/Makefile.shlib
|
||||||
|
Loading…
x
Reference in New Issue
Block a user