Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 80c6843

Browse files
author
Hiroshi Inoue
committed
Add multibyte support
1 parent 46f4cde commit 80c6843

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/interfaces/odbc/GNUmakefile

+5-1
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+
ifdef MULTIBYTE
27+
OBJS += multibyte.o
28+
endif
29+
2630
SHLIB_LINK = $(filter -lm, $(LIBS))
2731

2832
all: all-lib

0 commit comments

Comments
 (0)