| Previous | 199869 Revisions | Next |
| r37205 Thursday 16th April, 2015 at 13:26:26 UTC by Miodrag Milanović |
|---|
| fix for few more executable files (nw) |
| [scripts/src/osd] | sdl.lua windows.lua |
| r245716 | r245717 | |
|---|---|---|
| 422 | 422 | "ForceCPP", |
| 423 | 423 | } |
| 424 | 424 | |
| 425 | flags { | |
| 426 | "Symbols", -- always include minimum symbols for executables | |
| 427 | } | |
| 428 | ||
| 425 | 429 | dofile("sdl_cfg.lua") |
| 426 | 430 | |
| 427 | 431 | includedirs { |
| r245716 | r245717 | |
| 480 | 484 | "ForceCPP", |
| 481 | 485 | } |
| 482 | 486 | |
| 487 | flags { | |
| 488 | "Symbols", -- always include minimum symbols for executables | |
| 489 | } | |
| 490 | ||
| 483 | 491 | dofile("sdl_cfg.lua") |
| 484 | 492 | |
| 485 | 493 | if _OPTIONS["SEPARATE_BIN"]~="1" then |
| r245716 | r245717 | |
|---|---|---|
| 217 | 217 | "ForceCPP", |
| 218 | 218 | } |
| 219 | 219 | |
| 220 | flags { | |
| 221 | "Symbols", -- always include minimum symbols for executables | |
| 222 | } | |
| 223 | ||
| 220 | 224 | if _OPTIONS["SEPARATE_BIN"]~="1" then |
| 221 | 225 | targetdir(MAME_DIR) |
| 222 | 226 | end |
| https://github.com/mamedev/mame/commit/3060bb0637af92deac7660812b29f3a95ae9b7fb |
| Previous | 199869 Revisions | Next |