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
43dc0505
Commit
43dc0505
authored
Oct 27, 2004
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix Cygwin compile for timezone.
parent
b2b0673e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
src/makefiles/Makefile.cygwin
src/makefiles/Makefile.cygwin
+5
-1
src/makefiles/Makefile.win32
src/makefiles/Makefile.win32
+2
-2
No files found.
src/makefiles/Makefile.cygwin
View file @
43dc0505
# $PostgreSQL: pgsql/src/makefiles/Makefile.cygwin,v 1.
4 2004/01/19 21:20:06 tgl
Exp $
# $PostgreSQL: pgsql/src/makefiles/Makefile.cygwin,v 1.
5 2004/10/27 19:14:07 momjian
Exp $
DLLTOOL
=
dlltool
DLLWRAP
=
dllwrap
BE_DLLLIBS
=
-L
$(top_builddir)
/src/backend
-lpostgres
...
...
@@ -23,6 +23,10 @@ override CPPFLAGS+= -DBUILDING_DLL
endif
endif
ifneq
(,$(findstring timezone,$(subdir)))
override
CPPFLAGS
+=
-DBUILDING_DLL
endif
ifneq
(,$(findstring ecpg/ecpglib,$(subdir)))
override
CPPFLAGS
+=
-DBUILDING_DLL
endif
...
...
src/makefiles/Makefile.win32
View file @
43dc0505
# $PostgreSQL: pgsql/src/makefiles/Makefile.win32,v 1.
4 2004/10/22 22:33:58 tgl
Exp $
# $PostgreSQL: pgsql/src/makefiles/Makefile.win32,v 1.
5 2004/10/27 19:14:07 momjian
Exp $
# Use replacement include files for those missing on Win32
override
CPPFLAGS
+=
"-I
$(top_srcdir)
/src/include/port/win32"
...
...
@@ -27,7 +27,7 @@ ifneq (,$(findstring timezone,$(subdir)))
override
CPPFLAGS
+=
-DBUILDING_DLL
endif
ifneq
(,$(findstring ecpg/lib,$(subdir)))
ifneq
(,$(findstring ecpg/
ecpg
lib,$(subdir)))
override
CPPFLAGS
+=
-DBUILDING_DLL
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