Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
f20d2a87
Commit
f20d2a87
authored
Oct 12, 2000
by
Tatsuo Ishii
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add more files from backend
parent
40184eec
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
src/interfaces/libpq/Makefile
src/interfaces/libpq/Makefile
+5
-3
No files found.
src/interfaces/libpq/Makefile
View file @
f20d2a87
...
...
@@ -4,7 +4,7 @@
#
# Copyright (c) 1994, Regents of the University of California
#
# $Header: /cvsroot/pgsql/src/interfaces/libpq/Makefile,v 1.4
1 2000/09/17 13:02:49 petere
Exp $
# $Header: /cvsroot/pgsql/src/interfaces/libpq/Makefile,v 1.4
2 2000/10/12 07:38:13 ishii
Exp $
#
#-------------------------------------------------------------------------
...
...
@@ -23,7 +23,7 @@ OBJS= fe-auth.o fe-connect.o fe-exec.o fe-misc.o fe-print.o fe-lobj.o \
pqexpbuffer.o dllist.o pqsignal.o
$(SNPRINTF)
$(INET_ATON)
ifdef
MULTIBYTE
OBJS
+=
common.o wchar.o conv.o big5.o
OBJS
+=
common.o wchar.o conv.o big5.o
mbutils.o
endif
# If crypt is a separate library, rather than part of libc,
...
...
@@ -58,7 +58,9 @@ inet_aton.c: $(backend_src)/port/inet_aton.c
rm
-f
$@
&&
$(LN_S)
$<
.
ifdef
MULTIBYTE
common.c wchar.c conv.c big5.c
:
% : $(backend_src)/utils/mb/%
maps
=
iso8859.map UTF_to_EUC_JP.map EUC_JP_to_UTF.map sjis.map
conv.c
:
$(maps)
common.c wchar.c conv.c big5.c mbutils.c $(maps)
:
% : $(backend_src)/utils/mb/%
rm
-f
$@
&&
$(LN_S)
$<
.
endif
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment