File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 1- # $PostgreSQL: pgsql/src/bcc32.mak,v 1.2 2003/11/29 19:51:39 pgsql Exp $
1+ # $PostgreSQL: pgsql/src/bcc32.mak,v 1.3 2005/05/13 18:12:35 momjian Exp $
22
33# Makefile for Borland C++ 5.5 (or compat)
44# Top-file makefile for Win32 parts of postgresql.
2929 if not exist pg_config.h copy pg_config.h.win32 pg_config.h
3030 cd ..
3131 cd interfaces\libpq
32- make -DCFG=$(CFG) /f bcc32.mak
32+ make -N - DCFG=$(CFG) /f bcc32.mak
3333 cd ..\..\bin\psql
34- make -DCFG=$(CFG) /f bcc32.mak
34+ make -N - DCFG=$(CFG) /f bcc32.mak
3535 cd ..\..
3636 echo All Win32 parts have been built!
3737
3838CLEAN :
3939 cd interfaces\libpq
40- make -DCFG=Release /f bcc32.mak CLEAN
41- make -DCFG=Debug /f bcc32.mak CLEAN
40+ make -N - DCFG=Release /f bcc32.mak CLEAN
41+ make -N - DCFG=Debug /f bcc32.mak CLEAN
4242 cd ..\..\bin\psql
43- make -DCFG=Release /f bcc32.mak CLEAN
44- make -DCFG=Debug /f bcc32.mak CLEAN
43+ make -N - DCFG=Release /f bcc32.mak CLEAN
44+ make -N - DCFG=Debug /f bcc32.mak CLEAN
4545 cd ..\..
4646 echo All Win32 parts have been cleaned!
4747
You can’t perform that action at this time.
0 commit comments