Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
postgres-lambda-diff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Huber
postgres-lambda-diff
Commits
11d4d424
Commit
11d4d424
authored
18 years ago
by
Tom Lane
Browse files
Options
Downloads
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
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/bcc32.mak
+3
-2
3 additions, 2 deletions
src/bcc32.mak
with
3 additions
and
2 deletions
src/bcc32.mak
+
3
−
2
View file @
11d4d424
# $PostgreSQL: pgsql/src/bcc32.mak,v 1.
3
200
5/05/13 18:12:35 momjian
Exp $
# $PostgreSQL: pgsql/src/bcc32.mak,v 1.
4
200
6/10/06 18:53:53 tgl
Exp $
# Makefile for Borland C++ 5.5 (or compat)
# Makefile for Borland C++ 5.5 (or compat)
# Top-file makefile for Win32 parts of postgresql.
# Top-file makefile for Win32 parts of postgresql.
...
@@ -27,6 +27,7 @@ NULL=nul
...
@@ -27,6 +27,7 @@ NULL=nul
ALL
:
ALL
:
cd
include
cd
include
if
not
exist
pg_config.h
copy
pg_config.h.win32
pg_config.h
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
..
cd
interfaces\libpq
cd
interfaces\libpq
make
-N
-DCFG
=
$(
CFG
)
/f bcc32.mak
make
-N
-DCFG
=
$(
CFG
)
/f bcc32.mak
...
@@ -47,5 +48,5 @@ CLEAN:
...
@@ -47,5 +48,5 @@ CLEAN:
DISTCLEAN
:
CLEAN
DISTCLEAN
:
CLEAN
cd
include
cd
include
del
config.h
del
pg_
config.h
pg_config_os.h
cd
..
cd
..
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment