提交 2979334d 编写于 作者: B Bruce Momjian

Add -N make flag to bcc builds from /src dir.

上级 5e6bbc21
# $PostgreSQL: pgsql/src/bcc32.mak,v 1.2 2003/11/29 19:51:39 pgsql Exp $
# $PostgreSQL: pgsql/src/bcc32.mak,v 1.3 2005/05/13 18:12:35 momjian Exp $
# Makefile for Borland C++ 5.5 (or compat)
# Top-file makefile for Win32 parts of postgresql.
......@@ -29,19 +29,19 @@ ALL:
if not exist pg_config.h copy pg_config.h.win32 pg_config.h
cd ..
cd interfaces\libpq
make -DCFG=$(CFG) /f bcc32.mak
make -N -DCFG=$(CFG) /f bcc32.mak
cd ..\..\bin\psql
make -DCFG=$(CFG) /f bcc32.mak
make -N -DCFG=$(CFG) /f bcc32.mak
cd ..\..
echo All Win32 parts have been built!
CLEAN:
cd interfaces\libpq
make -DCFG=Release /f bcc32.mak CLEAN
make -DCFG=Debug /f bcc32.mak CLEAN
make -N -DCFG=Release /f bcc32.mak CLEAN
make -N -DCFG=Debug /f bcc32.mak CLEAN
cd ..\..\bin\psql
make -DCFG=Release /f bcc32.mak CLEAN
make -DCFG=Debug /f bcc32.mak CLEAN
make -N -DCFG=Release /f bcc32.mak CLEAN
make -N -DCFG=Debug /f bcc32.mak CLEAN
cd ..\..
echo All Win32 parts have been cleaned!
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册