File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 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.17 2007/09/27 19:53:44 tgl Exp $
6
+ # $PostgreSQL: pgsql/src/tools/msvc/Mkvcbuild.pm,v 1.18 2007/09/29 07:15:33 mha Exp $
7
7
#
8
8
use Carp;
9
9
use Win32;
@@ -43,7 +43,7 @@ sub mkvcbuild
43
43
$solution = new Solution($config );
44
44
45
45
our @pgportfiles = qw(
46
- crypt.c fseeko.c getrusage.c inet_aton.c random.c srandom.c
46
+ chklocale.c crypt.c fseeko.c getrusage.c inet_aton.c random.c srandom.c
47
47
unsetenv.c getaddrinfo.c gettimeofday.c kill.c open.c rand.c
48
48
snprintf.c strlcat.c strlcpy.c copydir.c dirmod.c exec.c noblock.c path.c pipe.c
49
49
pgsleep.c pgstrcasecmp.c qsort.c qsort_arg.c sprompt.c thread.c
You can’t perform that action at this time.
0 commit comments