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

Commit97301ab

Browse files
committed
Unbreak MSVC builds by removing copydir.c from list of libpgport files
1 parentce51747 commit97301ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/tools/msvc/Mkvcbuild.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package Mkvcbuild;
33
#
44
# Package that generates build files for msvc build
55
#
6-
# $PostgreSQL: pgsql/src/tools/msvc/Mkvcbuild.pm,v 1.58 2010/06/15 12:48:36 adunstan Exp $
6+
# $PostgreSQL: pgsql/src/tools/msvc/Mkvcbuild.pm,v 1.59 2010/07/02 23:25:27 adunstan Exp $
77
#
88
use Carp;
99
use Win32;
@@ -49,7 +49,7 @@ sub mkvcbuild
4949
our@pgportfiles =qw(
5050
chklocale.c crypt.c fseeko.c getrusage.c inet_aton.c random.c srandom.c
5151
getaddrinfo.c gettimeofday.c kill.c open.c erand48.c
52-
snprintf.c strlcat.c strlcpy.ccopydir.cdirmod.c exec.c noblock.c path.c pipe.c
52+
snprintf.c strlcat.c strlcpy.c dirmod.c exec.c noblock.c path.c pipe.c
5353
pgsleep.c pgstrcasecmp.c qsort.c qsort_arg.c sprompt.c thread.c
5454
getopt.c getopt_long.c dirent.c rint.c win32env.c win32error.c);
5555

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp