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

Commit11d4d42

Browse files
committed
Fix bcc32.mak to create and remove pg_config_os.h properly. Apparently
win32.mak got patched for this, but not bcc32.mak.
1 parent6ea8f49 commit11d4d42

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

‎src/bcc32.mak

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $PostgreSQL: pgsql/src/bcc32.mak,v 1.3 2005/05/13 18:12:35 momjian Exp $
1+
# $PostgreSQL: pgsql/src/bcc32.mak,v 1.4 2006/10/06 18:53:53 tgl Exp $
22

33
# Makefile for Borland C++ 5.5 (or compat)
44
# Top-file makefile for Win32 parts of postgresql.
@@ -27,6 +27,7 @@ NULL=nul
2727
ALL:
2828
cd include
2929
if not exist pg_config.h copy pg_config.h.win32 pg_config.h
30+
if not exist pg_config_os.h copy port\win32.h pg_config_os.h
3031
cd ..
3132
cd interfaces\libpq
3233
make -N -DCFG=$(CFG) /f bcc32.mak
@@ -47,5 +48,5 @@ CLEAN:
4748

4849
DISTCLEAN: CLEAN
4950
cd include
50-
delconfig.h
51+
delpg_config.h pg_config_os.h
5152
cd ..

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp