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
e5f7a9f4
Commit
e5f7a9f4
authored
Nov 17, 2004
by
Tom Lane
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Install include/port header files, and fix PGXS build to use them.
Fabien COELHO
parent
86b55452
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
3 deletions
+15
-3
src/include/Makefile
src/include/Makefile
+3
-2
src/makefiles/Makefile.win32
src/makefiles/Makefile.win32
+12
-1
No files found.
src/include/Makefile
View file @
e5f7a9f4
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
#
#
# 'make install' installs whole contents of src/include.
# 'make install' installs whole contents of src/include.
#
#
# $PostgreSQL: pgsql/src/include/Makefile,v 1.1
7 2004/11/09 06:23:50 neilc
Exp $
# $PostgreSQL: pgsql/src/include/Makefile,v 1.1
8 2004/11/17 17:16:13 tgl
Exp $
#
#
#-------------------------------------------------------------------------
#-------------------------------------------------------------------------
...
@@ -18,7 +18,8 @@ all: pg_config.h pg_config_os.h
...
@@ -18,7 +18,8 @@ all: pg_config.h pg_config_os.h
# Subdirectories containing headers for server-side dev
# Subdirectories containing headers for server-side dev
SUBDIRS
=
access bootstrap catalog commands executor lib libpq mb
\
SUBDIRS
=
access bootstrap catalog commands executor lib libpq mb
\
nodes optimizer parser port regex rewrite storage tcop utils
nodes optimizer parser port regex rewrite storage tcop utils
\
port port/win32 port/win32/arpa port/win32/netinet port/win32/sys
# Install all headers
# Install all headers
install
:
all installdirs
install
:
all installdirs
...
...
src/makefiles/Makefile.win32
View file @
e5f7a9f4
# $PostgreSQL: pgsql/src/makefiles/Makefile.win32,v 1.
5 2004/10/27 19:14:07 momjian
Exp $
# $PostgreSQL: pgsql/src/makefiles/Makefile.win32,v 1.
6 2004/11/17 17:16:17 tgl
Exp $
# Use replacement include files for those missing on Win32
# Use replacement include files for those missing on Win32
override
CPPFLAGS
+=
"-I
$(top_srcdir)
/src/include/port/win32"
override
CPPFLAGS
+=
"-I
$(top_srcdir)
/src/include/port/win32"
...
@@ -35,3 +35,14 @@ endif
...
@@ -35,3 +35,14 @@ endif
ifneq
(,$(findstring src/pl/plpython,$(subdir)))
ifneq
(,$(findstring src/pl/plpython,$(subdir)))
override
CPPFLAGS
+=
-DUSE_DL_IMPORT
override
CPPFLAGS
+=
-DUSE_DL_IMPORT
endif
endif
# special win32 headers are provided here
ifdef
PGXS
override
CPPFLAGS
+=
-I
$(includedir_server)
/port/win32
endif
# it is better to install shared-libraries anyway?
# may be overriden with make MAKE_DLL=false install
ifndef
MAKE_DLL
MAKE_DLL
=
true
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