Previous 199869 Revisions Next

r36687 Thursday 26th March, 2015 at 15:48:24 UTC by Miodrag Milanović
add postbuild only to main file (nw)
[scripts]genie.lua
[scripts/src]main.lua

trunk/scripts/genie.lua
r245198r245199
474474
475475   end   
476476end
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
485477   buildoptions {
486478      "-Wno-unknown-pragmas",
487479   }
trunk/scripts/src/main.lua
r245198r245199
1414      "NoManifest",
1515   }
1616
17   if _OPTIONS["SYMBOLS"] then
18      configuration { "mingw*" }
19         postbuildcommands {
20            "$(SILENT) echo Dumping symbols.",
21            "$(SILENT) objdump --section=.text --line-numbers --syms --demangle $(TARGET) >$(subst .exe,.sym,$(TARGET))"
22         }
23   end
24
1725   configuration { "osx*" }
1826      linkoptions {
1927         "-sectcreate __TEXT __info_plist " .. GEN_DIR .. "/osd/sdl/" .. _OPTIONS["target"] .. "-Info.plist"


Previous 199869 Revisions Next


© 1997-2024 The MAME Team