Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitfe2bcf8

Browse files
committed
Fix for NT from Horak Daniel
1 parent9b35ec2 commitfe2bcf8

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)

[8]ページ先頭

©2009-2025 Movatter.jp