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
453c670b
Commit
453c670b
authored
20 years ago
by
Bruce Momjian
Browse files
Options
Downloads
Patches
Plain Diff
Fix bcc to compile libpq by creating include file for path.c.
parent
4fa8b447
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/bin/psql/bcc32.mak
+9
-1
9 additions, 1 deletion
src/bin/psql/bcc32.mak
src/bin/psql/win32.mak
+9
-1
9 additions, 1 deletion
src/bin/psql/win32.mak
with
18 additions
and
2 deletions
src/bin/psql/bcc32.mak
+
9
−
1
View file @
453c670b
...
@@ -83,7 +83,15 @@ CLEAN :
...
@@ -83,7 +83,15 @@ CLEAN :
-
@erase
"
$(
OUTDIR
)
\p
sql.exe"
-
@erase
"
$(
OUTDIR
)
\p
sql.exe"
pg_config_paths.h
:
win32.mak
pg_config_paths.h
:
win32.mak
echo
#define SYSCONFDIR "" >pg_config_paths.h
echo
"#define PGBINDIR "">
$@
echo "
#define PGSHAREDIR "" >>$@
echo
"#define SYSCONFDIR "" >>
$@
echo "
#define INCLUDEDIR "" >>$@
echo
"#define PKGINCLUDEDIR "" >>
$@
echo "
#define INCLUDEDIRSERVER "" >>$@
echo
"#define LIBDIR "" >>
$@
echo "
#define PKGLIBDIR "" >>$@
echo
"#define LOCALEDIR "" >>
$@
"$(OUTDIR)"
:
"$(OUTDIR)"
:
if
not
exist
"$(OUTDIR)/$(NULL)"
mkdir
"$(OUTDIR)"
if
not
exist
"$(OUTDIR)/$(NULL)"
mkdir
"$(OUTDIR)"
...
...
This diff is collapsed.
Click to expand it.
src/bin/psql/win32.mak
+
9
−
1
View file @
453c670b
...
@@ -43,7 +43,15 @@ CLEAN :
...
@@ -43,7 +43,15 @@ CLEAN :
-
@erase
"
$(
OUTDIR
)
\p
sql.exe"
-
@erase
"
$(
OUTDIR
)
\p
sql.exe"
pg_config_paths.h
:
win32.mak
pg_config_paths.h
:
win32.mak
echo
#define SYSCONFDIR "" >pg_config_paths.h
echo
"#define PGBINDIR "">
$@
echo "
#define PGSHAREDIR "" >>$@
echo
"#define SYSCONFDIR "" >>
$@
echo "
#define INCLUDEDIR "" >>$@
echo
"#define PKGINCLUDEDIR "" >>
$@
echo "
#define INCLUDEDIRSERVER "" >>$@
echo
"#define LIBDIR "" >>
$@
echo "
#define PKGLIBDIR "" >>$@
echo
"#define LOCALEDIR "" >>
$@
"$(OUTDIR)"
:
"$(OUTDIR)"
:
if
not
exist
"$(OUTDIR)/$(NULL)"
mkdir
"$(OUTDIR)"
if
not
exist
"$(OUTDIR)/$(NULL)"
mkdir
"$(OUTDIR)"
...
...
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