| 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 |
| r245198 | r245199 | |
|---|---|---|
| 474 | 474 | |
| 475 | 475 | end |
| 476 | 476 | end |
| 477 | if _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 { } | |
| 484 | end | |
| 485 | 477 | buildoptions { |
| 486 | 478 | "-Wno-unknown-pragmas", |
| 487 | 479 | } |
| r245198 | r245199 | |
|---|---|---|
| 14 | 14 | "NoManifest", |
| 15 | 15 | } |
| 16 | 16 | |
| 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 | ||
| 17 | 25 | configuration { "osx*" } |
| 18 | 26 | linkoptions { |
| 19 | 27 | "-sectcreate __TEXT __info_plist " .. GEN_DIR .. "/osd/sdl/" .. _OPTIONS["target"] .. "-Info.plist" |
| https://github.com/mamedev/mame/commit/69d4d86e749a3111edb3dad3ef38d4e0669c49ab |
| Previous | 199869 Revisions | Next |