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
2979334d
Commit
2979334d
authored
May 13, 2005
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add -N make flag to bcc builds from /src dir.
parent
5e6bbc21
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
src/bcc32.mak
src/bcc32.mak
+7
-7
No files found.
src/bcc32.mak
View file @
2979334d
# $PostgreSQL: pgsql/src/bcc32.mak,v 1.
2 2003/11/29 19:51:39 pgsql
Exp $
# $PostgreSQL: pgsql/src/bcc32.mak,v 1.
3 2005/05/13 18:12:35 momjian
Exp $
# Makefile for Borland C++ 5.5 (or compat)
# Top-file makefile for Win32 parts of postgresql.
...
...
@@ -29,19 +29,19 @@ ALL:
if
not
exist
pg_config.h
copy
pg_config.h.win32
pg_config.h
cd
..
cd
interfaces\libpq
make
-DCFG
=
$(CFG)
/f bcc32.mak
make
-
N
-
DCFG
=
$(CFG)
/f bcc32.mak
cd
..\..\bin\psql
make
-DCFG
=
$(CFG)
/f bcc32.mak
make
-
N
-
DCFG
=
$(CFG)
/f bcc32.mak
cd
..\..
echo
All
Win32
parts
have
been
built!
CLEAN
:
cd
interfaces\libpq
make
-DCFG
=
Release /f bcc32.mak CLEAN
make
-DCFG
=
Debug /f bcc32.mak CLEAN
make
-
N
-
DCFG
=
Release /f bcc32.mak CLEAN
make
-
N
-
DCFG
=
Debug /f bcc32.mak CLEAN
cd
..\..\bin\psql
make
-DCFG
=
Release /f bcc32.mak CLEAN
make
-DCFG
=
Debug /f bcc32.mak CLEAN
make
-
N
-
DCFG
=
Release /f bcc32.mak CLEAN
make
-
N
-
DCFG
=
Debug /f bcc32.mak CLEAN
cd
..\..
echo
All
Win32
parts
have
been
cleaned!
...
...
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