File tree Expand file tree Collapse file tree 6 files changed +6
-787
lines changed Expand file tree Collapse file tree 6 files changed +6
-787
lines changed Original file line number Diff line number Diff line change 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.
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
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
3936CLEAN :
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
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments