MSVC: Place gendef.pl temporary file in the target directory.
authorNoah Misch <noah@leadboat.com>
Thu, 8 Sep 2016 05:40:53 +0000 (01:40 -0400)
committerNoah Misch <noah@leadboat.com>
Thu, 8 Sep 2016 05:40:53 +0000 (01:40 -0400)
commit976a9bbd0251ea112898f85314646801e7e6207d
tree62a1fc0c92446b490eaa69147e6af026065504db
parentc9cf432ef32a9d29323b9b079178c1a6be126ff8
MSVC: Place gendef.pl temporary file in the target directory.

Until now, it used the current working directory.  This makes it safe
for simultaneous invocations of gendef.pl, with different target
directories, to run from a single current working directory, such as
$(top_srcdir).  The MSVC build system will soon rely on this.

Christian Ullrich, reviewed by Michael Paquier.
src/tools/msvc/gendef.pl