Previous 199869 Revisions Next

r36686 Thursday 26th March, 2015 at 15:37:53 UTC by Miodrag Milanović
sym file generate on mingw in postbuild process (nw)
[scripts]genie.lua

trunk/scripts/genie.lua
r245197r245198
474474
475475   end   
476476end
477
477if _OPTIONS["SYMBOLS"] then
478   configuration { "mingw*" }
479      postbuildcommands {
480         "$(SILENT) echo Dumping symbols.",
481         "$(SILENT) objdump --section=.text --line-numbers --syms --demangle $(TARGET) >$(subst .exe,.sym,$(TARGET))"
482      }
483   configuration { }
484end
478485   buildoptions {
479486      "-Wno-unknown-pragmas",
480487   }


Previous 199869 Revisions Next


© 1997-2024 The MAME Team