Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 97301ab

Browse files
committed
Unbreak MSVC builds by removing copydir.c from list of libpgport files
1 parent ce51747 commit 97301ab

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.c copydir.c dirmod.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)