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

Commit930dd70

Browse files
committed
Improve cleanup from win32 client-only build.
1 parent7cebfdf commit930dd70

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

‎src/interfaces/libpq/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
66
# Portions Copyright (c) 1994, Regents of the University of California
77
#
8-
# $PostgreSQL: pgsql/src/interfaces/libpq/Makefile,v 1.132 2005/04/2913:42:21 momjian Exp $
8+
# $PostgreSQL: pgsql/src/interfaces/libpq/Makefile,v 1.133 2005/04/2914:07:27 momjian Exp $
99
#
1010
#-------------------------------------------------------------------------
1111

@@ -145,8 +145,8 @@ uninstall: uninstall-lib
145145
rm -f$(DESTDIR)$(includedir)/libpq-fe.h$(DESTDIR)$(includedir_internal)/libpq-int.h$(DESTDIR)$(includedir_internal)/pqexpbuffer.h
146146

147147
cleandistclean: clean-lib
148-
# pg_config_paths.h might be left over from a Win32 client-only build
149148
rm -f$(OBJS) pg_config_paths.h crypt.c getaddrinfo.c inet_aton.c noblock.c pgstrcasecmp.c snprintf.c strerror.c open.c thread.c md5.c ip.c encnames.c wchar.c pthread.h
149+
rm -f pg_config_paths.h# Might be left over from a Win32 client-only build
150150

151151
maintainer-clean: distclean
152152
rm -f$(srcdir)/libpqdll.def$(srcdir)/libpqddll.def$(srcdir)/blibpqdll.def$(srcdir)/libpq.rc

‎src/interfaces/libpq/bcc32.mak

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# and a Win32 dynamic library libpq.dll with import library libpqdll.lib
55

66
# Borland C++ base install directory goes here
7-
#BCB=c:\Borland\Bcc55
7+
BCB=c:\Borland\Bcc55
88

99
!IF "$(BCB)" == ""
1010
!MESSAGE You must edit bcc32.mak and define BCB at the top

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp