Enable map file in debug build for Hexen

This commit is contained in:
James Haley 2016-08-26 21:08:24 -05:00
parent 72f342b2b7
commit d0de82cad1

View file

@ -65,6 +65,7 @@
IgnoreAllDefaultLibraries="false" IgnoreAllDefaultLibraries="false"
IgnoreDefaultLibraryNames="msvcrt" IgnoreDefaultLibraryNames="msvcrt"
GenerateDebugInformation="true" GenerateDebugInformation="true"
GenerateMapFile="true"
SubSystem="1" SubSystem="1"
TargetMachine="1" TargetMachine="1"
/> />