File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package Mkvcbuild;
3
3
#
4
4
# Package that generates build files for msvc build
5
5
#
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 $
7
7
#
8
8
use Carp;
9
9
use Win32;
@@ -49,7 +49,7 @@ sub mkvcbuild
49
49
our @pgportfiles = qw(
50
50
chklocale.c crypt.c fseeko.c getrusage.c inet_aton.c random.c srandom.c
51
51
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
53
53
pgsleep.c pgstrcasecmp.c qsort.c qsort_arg.c sprompt.c thread.c
54
54
getopt.c getopt_long.c dirent.c rint.c win32env.c win32error.c) ;
55
55
You can’t perform that action at this time.
0 commit comments