3 # Top-file makefile for building Win32 libpq with Visual C++ 7.1.
4 # (see src/tools/msvc for tools to build with Visual C++ 2005 and newer)
6 !IF
"$(OS)" == "Windows_NT"
14 if not exist pg_config.h copy pg_config.h.win32 pg_config.h
15 if not exist pg_config_os.h copy port\win32.h pg_config_os.h
18 nmake
/f win32.mak
$(MAKEMACRO
)
20 echo All Win32 parts have been built
!
24 nmake
/f win32.mak CLEAN
26 echo All Win32 parts have been cleaned
!
30 del pg_config.h pg_config_os.h