summaryrefslogtreecommitdiff
path: root/src/win32.mak
diff options
context:
space:
mode:
authorMagnus Hagander2007-08-03 10:47:11 +0000
committerMagnus Hagander2007-08-03 10:47:11 +0000
commit3f0245cb241e6b500fe9f12c62514cc58eef33fe (patch)
tree3d191967fbcafdd53145ee15462f144561226772 /src/win32.mak
parent63872601e84ec78fd1942d5779fccedd415c929f (diff)
Update supported standalone VC++ version to 7.1+ only, and fix
some bad data leftover in win32.mak. Per request from Hiroshi Saito.
Diffstat (limited to 'src/win32.mak')
-rw-r--r--src/win32.mak4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/win32.mak b/src/win32.mak
index ba8569fcbd..63f7e67631 100644
--- a/src/win32.mak
+++ b/src/win32.mak
@@ -1,6 +1,6 @@
-# $PostgreSQL: pgsql/src/win32.mak,v 1.15 2007/03/05 14:18:38 mha Exp $
+# $PostgreSQL: pgsql/src/win32.mak,v 1.16 2007/08/03 10: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"