Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit ef393e7

Browse files
committed
Remove old-style win32 client-only visual c++ build infrastructure for everything except
libpq. We need to keep libpq to build static libraries and to use PQtrace with clients using older versions of MSVC.
1 parent e1d8deb commit ef393e7

File tree

6 files changed

+6
-787
lines changed

6 files changed

+6
-787
lines changed

src/bcc32.mak

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
# $PostgreSQL: pgsql/src/bcc32.mak,v 1.4 2006/10/06 18:53:53 tgl Exp $
1+
# $PostgreSQL: pgsql/src/bcc32.mak,v 1.5 2007/03/05 14:18:38 mha Exp $
22

33
# Makefile for Borland C++ 5.5 (or compat)
4-
# Top-file makefile for Win32 parts of postgresql.
5-
# Note that most parts are not ported to Win32!
4+
# Top-file makefile for building Win32 libpq with Borland C++.
65

76
!IF "$(CFG)" != "Release" && "$(CFG)" != "Debug"
87
!MESSAGE Invalid configuration "$(CFG)" specified.
@@ -13,7 +12,7 @@
1312
!MESSAGE
1413
!MESSAGE Possible choices for configuration are:
1514
!MESSAGE
16-
!MESSAGE "Release" (Win32 Release )
15+
!MESSAGE "Release" (Win32 Release)
1716
!MESSAGE "Debug" (Win32 Debug)
1817
!MESSAGE
1918
!ENDIF
@@ -31,18 +30,13 @@ ALL:
3130
cd ..
3231
cd interfaces\libpq
3332
make -N -DCFG=$(CFG) /f bcc32.mak
34-
cd ..\..\bin\psql
35-
make -N -DCFG=$(CFG) /f bcc32.mak
3633
cd ..\..
3734
echo All Win32 parts have been built!
3835

3936
CLEAN:
4037
cd interfaces\libpq
4138
make -N -DCFG=Release /f bcc32.mak CLEAN
4239
make -N -DCFG=Debug /f bcc32.mak CLEAN
43-
cd ..\..\bin\psql
44-
make -N -DCFG=Release /f bcc32.mak CLEAN
45-
make -N -DCFG=Debug /f bcc32.mak CLEAN
4640
cd ..\..
4741
echo All Win32 parts have been cleaned!
4842

src/bin/pg_config/win32.mak

Lines changed: 0 additions & 119 deletions
This file was deleted.

src/bin/pg_dump/win32.mak

Lines changed: 0 additions & 208 deletions
This file was deleted.

0 commit comments

Comments
 (0)