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
11d4d424
Commit
11d4d424
authored
Oct 06, 2006
by
Tom Lane
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix bcc32.mak to create and remove pg_config_os.h properly. Apparently
win32.mak got patched for this, but not bcc32.mak.
parent
6ea8f495
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
src/bcc32.mak
src/bcc32.mak
+3
-2
No files found.
src/bcc32.mak
View file @
11d4d424
# $PostgreSQL: pgsql/src/bcc32.mak,v 1.
3 2005/05/13 18:12:35 momjian
Exp $
# $PostgreSQL: pgsql/src/bcc32.mak,v 1.
4 2006/10/06 18:53:53 tgl
Exp $
# Makefile for Borland C++ 5.5 (or compat)
# Top-file makefile for Win32 parts of postgresql.
...
...
@@ -27,6 +27,7 @@ NULL=nul
ALL
:
cd
include
if
not
exist
pg_config.h
copy
pg_config.h.win32
pg_config.h
if
not
exist
pg_config_os.h
copy
port\win32.h
pg_config_os.h
cd
..
cd
interfaces\libpq
make
-N
-DCFG
=
$(CFG)
/f bcc32.mak
...
...
@@ -47,5 +48,5 @@ CLEAN:
DISTCLEAN
:
CLEAN
cd
include
del
config
.h
del
pg_config.h
pg_config_os
.h
cd
..
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