mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +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:
@ -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
|
||||
|
@ -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"
|
||||
|
Reference in New Issue
Block a user