1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-24 14:22:24 +03:00

Update supported standalone VC++ version to 7.1+ only, and fix

some bad data leftover in win32.mak.

Per request from Hiroshi Saito.
This commit is contained in:
Magnus Hagander
2007-08-03 10:47:11 +00:00
parent 63872601e8
commit 3f0245cb24
3 changed files with 7 additions and 11 deletions

View File

@ -1,8 +1,4 @@
<<<<<<< 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