msvc.mak: Add support for generating PDBs for debugging
commit46d606e1242c4b1bf0de75727d58cf05d61d2f05
authorJim Kukunas <james.t.kukunas@linux.intel.com>
Fri, 21 Nov 2014 00:39:16 +0000 (20 16:39 -0800)
committerJim Kukunas <james.t.kukunas@linux.intel.com>
Tue, 25 Nov 2014 17:43:11 +0000 (25 09:43 -0800)
treee1ccbe32b769a724cafc217fdcf7bd17249390fa
parenta45febd767642dafc017a3210f357c7a2139e475
msvc.mak: Add support for generating PDBs for debugging

Adds a new Makefile variable DEBUG that controls whether a symbol file (.PDB)
is created for the executables, e. g., nmake -f Mkfiles\msvc.mak DEBUG=1

Signed-off-by: Jim Kukunas <james.t.kukunas@linux.intel.com>
Mkfiles/msvc.mak