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

Commit 8cae581

Browse files
committed
Fix MSVC builds for previous patch's addition of a src/port file.
(And why in the world is this OBJS list not being scraped from the corresponding Makefile?)
1 parent 58e9f97 commit 8cae581

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/msvc/Mkvcbuild.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ sub mkvcbuild
5656
chklocale.c crypt.c fls.c fseeko.c getrusage.c inet_aton.c random.c
5757
srandom.c getaddrinfo.c gettimeofday.c inet_net_ntop.c kill.c open.c
5858
erand48.c snprintf.c strlcat.c strlcpy.c dirmod.c exec.c noblock.c path.c
59-
pgcheckdir.c pgmkdirp.c pgsleep.c pgstrcasecmp.c qsort.c qsort_arg.c
59+
pgcheckdir.c pg_crc.c pgmkdirp.c pgsleep.c pgstrcasecmp.c qsort.c qsort_arg.c
6060
sprompt.c thread.c getopt.c getopt_long.c dirent.c rint.c win32env.c
6161
win32error.c win32setlocale.c);
6262

0 commit comments

Comments
 (0)