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
3f0245cb
Commit
3f0245cb
authored
17 years ago
by
Magnus Hagander
Browse files
Options
Downloads
Patches
Plain Diff
Update supported standalone VC++ version to 7.1+ only, and fix
some bad data leftover in win32.mak. Per request from Hiroshi Saito.
parent
63872601
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
doc/src/sgml/install-win32.sgml
+4
-4
4 additions, 4 deletions
doc/src/sgml/install-win32.sgml
src/interfaces/libpq/win32.mak
+1
-5
1 addition, 5 deletions
src/interfaces/libpq/win32.mak
src/win32.mak
+2
-2
2 additions, 2 deletions
src/win32.mak
with
7 additions
and
11 deletions
doc/src/sgml/install-win32.sgml
+
4
−
4
View file @
3f0245cb
<!-- $PostgreSQL: pgsql/doc/src/sgml/install-win32.sgml,v 1.4
0
2007/0
4/18 13:50:08
mha Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/install-win32.sgml,v 1.4
1
2007/0
8/03 10:47:10
mha Exp $ -->
<chapter id="install-win32">
<title>Installation on <productname>Windows</productname></title>
...
...
@@ -24,7 +24,7 @@
built for older versions of <productname>Windows</productname> using
<productname>Cygwin</productname>. Finally, the client access library
(<application>libpq</application>) can be built using
<productname>Visual C++
6.0
</productname> or
<productname>Visual C++
7.1
</productname> or
<productname>Borland C++</productname> for compatibility with statically
linked applications built using these tools.
</para>
...
...
@@ -360,7 +360,7 @@
<productname>Borland C++</productname></title>
<para>
Using <productname>Visual C++
6.0
-8.0</productname> or
Using <productname>Visual C++
7.1
-8.0</productname> or
<productname>Borland C++</productname> to build libpq is only recommended
if you need a version with different debug/release flags, or if you need a
static library to link into an application. For normal use the
...
...
@@ -370,7 +370,7 @@
<para>
To build the <application>libpq</application> client library using
<productname>Visual Studio
6.0
or later</productname>, change into the
<productname>Visual Studio
7.1
or later</productname>, change into the
<filename>src</filename> directory and type the command
<screen>
<userinput>nmake /f win32.mak</userinput>
...
...
This diff is collapsed.
Click to expand it.
src/interfaces/libpq/win32.mak
+
1
−
5
View file @
3f0245cb
<<<<<<<
win32.mak
# Makefile for Microsoft Visual C++ 8.0
=======
# Makefile for Microsoft Visual C++ 6.0-8.0
>>>>>>>
1.45
# Makefile for Microsoft Visual C++ 7.1-8.0
# Will build a static library libpq(d).lib
# and a dynamic library libpq(d).dll with import library libpq(d)dll.lib
...
...
This diff is collapsed.
Click to expand it.
src/win32.mak
+
2
−
2
View file @
3f0245cb
# $PostgreSQL: pgsql/src/win32.mak,v 1.1
5
2007/0
3
/0
5
1
4:18:38
mha Exp $
# $PostgreSQL: pgsql/src/win32.mak,v 1.1
6
2007/0
8
/0
3
1
0:47:10
mha Exp $
# Top-file makefile for building Win32 libpq with Visual C++
6.0
.
# Top-file makefile for building Win32 libpq with Visual C++
7.1
.
# (see src/tools/msvc for tools to build with Visual C++ 2005 and newer)
!IF
"$(OS)"
==
"Windows_NT"
...
...
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