]> granicus.if.org Git - postgresql/blob - src/win32.mak
Version 06-30-0248
[postgresql] / src / win32.mak
1 # Makefile for Microsoft Visual C++ 5.0 (or compat)
2
3 # Top-file makefile for Win32 parts of postgresql.
4
5 # Note that most parts are not ported to Win32!
6
7 !IF "$(OS)" == "Windows_NT"
8 NULL=
9 !ELSE 
10 NULL=nul
11 !ENDIF 
12
13 ALL: 
14    cd interfaces\libpq
15    nmake /f win32.mak
16    cd ..\..
17    echo All Win32 parts have been built!