Fix name of .pdb file in ccapi/test/Makefile.in
authorGreg Hudson <ghudson@mit.edu>
Fri, 31 Aug 2018 17:19:21 +0000 (13:19 -0400)
committerGreg Hudson <ghudson@mit.edu>
Wed, 5 Sep 2018 19:35:28 +0000 (15:35 -0400)
commitd281e3640b670afde642993448a27a33abd80cea
tree5c0ebb9ea324f7e09202d93961b7b3d1f70944fd
parent39f4af68d436f2e7585eca86823029b337c349a9
Fix name of .pdb file in ccapi/test/Makefile.in

The -Fd cl option specifies the location of the program database
filename, which should have the extension .pdb.  Using a .obj
extension causes a build failure with MSVC version 14.15.26726.

ticket: 8732 (new)
src/ccapi/test/Makefile.in