Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2979334

Browse files
committed
Add -N make flag to bcc builds from /src dir.
1 parent5e6bbc2 commit2979334

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

‎src/bcc32.mak

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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.
@@ -29,19 +29,19 @@ ALL:
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

3838
CLEAN:
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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp