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

Commitf20d2a8

Browse files
committed
Add more files from backend
1 parent40184ee commitf20d2a8

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

‎src/interfaces/libpq/Makefile

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# Copyright (c) 1994, Regents of the University of California
66
#
7-
# $Header: /cvsroot/pgsql/src/interfaces/libpq/Makefile,v 1.41 2000/09/17 13:02:49 petere Exp $
7+
# $Header: /cvsroot/pgsql/src/interfaces/libpq/Makefile,v 1.42 2000/10/12 07:38:13 ishii Exp $
88
#
99
#-------------------------------------------------------------------------
1010

@@ -23,7 +23,7 @@ OBJS= fe-auth.o fe-connect.o fe-exec.o fe-misc.o fe-print.o fe-lobj.o \
2323
pqexpbuffer.o dllist.o pqsignal.o$(SNPRINTF)$(INET_ATON)
2424

2525
ifdefMULTIBYTE
26-
OBJS+= common.o wchar.o conv.o big5.o
26+
OBJS+= common.o wchar.o conv.o big5.o mbutils.o
2727
endif
2828

2929
# If crypt is a separate library, rather than part of libc,
@@ -58,7 +58,9 @@ inet_aton.c: $(backend_src)/port/inet_aton.c
5858
rm -f$@&&$(LN_S)$<.
5959

6060
ifdefMULTIBYTE
61-
common.cwchar.cconv.cbig5.c:% :$(backend_src)/utils/mb/%
61+
maps = iso8859.map UTF_to_EUC_JP.map EUC_JP_to_UTF.map sjis.map
62+
conv.c:$(maps)
63+
common.cwchar.cconv.cbig5.cmbutils.c$(maps) :% :$(backend_src)/utils/mb/%
6264
rm -f$@&&$(LN_S)$<.
6365
endif
6466

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp