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
ae05b2fd
Commit
ae05b2fd
authored
Aug 24, 2001
by
Peter Eisentraut
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Missed this part in pg_config.h rename.
parent
7e20c35e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
src/win32.mak
src/win32.mak
+4
-4
No files found.
src/win32.mak
View file @
ae05b2fd
#
Makefile for Microsoft Visual C++ 5.0 (or compat)
#
$Header: /cvsroot/pgsql/src/win32.mak,v 1.6 2001/08/24 22:42:28 petere Exp $
# Makefile for Microsoft Visual C++ 5.0 (or compat)
# Top-file makefile for Win32 parts of postgresql.
# Note that most parts are not ported to Win32!
!IF
"$(OS)"
==
"Windows_NT"
...
...
@@ -16,7 +16,7 @@ MAKEMACRO = "MULTIBYTE=$(MULTIBYTE)"
ALL
:
cd
include
if
not
exist
config.h
copy
config.h.win32
config.h
if
not
exist
pg_config.h
copy
pg_config.h.win32
pg_
config.h
cd
..
cd
interfaces\libpq
nmake
/f
win32.mak
$(MAKEMACRO)
...
...
@@ -38,4 +38,4 @@ CLEAN:
DISTCLEAN
:
CLEAN
cd
include
del
config.h
cd
..
\ No newline at end of file
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