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

Commit80c6843

Browse files
author
Hiroshi Inoue
committed
Add multibyte support
1 parent46f4cde commit80c6843

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

‎src/interfaces/odbc/GNUmakefile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# GNUMakefile for psqlodbc (Postgres ODBC driver)
44
#
5-
# $Header: /cvsroot/pgsql/src/interfaces/odbc/Attic/GNUmakefile,v 1.14 2001/02/20 19:20:29 petere Exp $
5+
# $Header: /cvsroot/pgsql/src/interfaces/odbc/Attic/GNUmakefile,v 1.15 2001/03/26 09:34:17 inoue Exp $
66
#
77
#-------------------------------------------------------------------------
88

@@ -23,6 +23,10 @@ OBJS = info.o bind.o columninfo.o connection.o convert.o drvconn.o \
2323
pgtypes.o psqlodbc.o qresult.o results.o socket.o parse.o statement.o\
2424
gpps.o tuple.o tuplelist.o dlg_specific.o$(OBJX)
2525

26+
ifdefMULTIBYTE
27+
OBJS += multibyte.o
28+
endif
29+
2630
SHLIB_LINK =$(filter -lm,$(LIBS))
2731

2832
all: all-lib

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp