]> git.ipfire.org Git - thirdparty/make.git/commit
Fix the MSVC build on MS-Windows.
authorEli Zaretskii <eliz@gnu.org>
Fri, 18 Oct 2013 10:08:12 +0000 (13:08 +0300)
committerEli Zaretskii <eliz@gnu.org>
Fri, 18 Oct 2013 10:08:12 +0000 (13:08 +0300)
commit87e5b64f419c4873e8340dc71d5553949157601c
treeaed96a751a6f9a8b88a9df0760f8ebfac3b37eee
parent70df3c35bf2f0272f5346a57410a31d9d7d0735c
Fix the MSVC build on MS-Windows.

 output.c (vsnprintf) [_MSC_VER]: Define, instead of defining
 snprintf, which isn't used.  Reported by Christian Boos
 <cboos@edgewall.org>.
 NMakefile.template (OBJS): Add load.obj and posixfcn.obj.
 ($(OUTDIR)/pathstuff.obj): New dependency.
 Suggested by Christian Boos <cboos@edgewall.org>.
NMakefile.template
output.c