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

trunk/scripts/src/osd/sdl.lua
r245716r245717
422422         "ForceCPP",
423423      }
424424
425      flags {
426         "Symbols", -- always include minimum symbols for executables   
427      }
428
425429      dofile("sdl_cfg.lua")
426430
427431      includedirs {
r245716r245717
480484         "ForceCPP",
481485      }
482486
487      flags {
488         "Symbols", -- always include minimum symbols for executables   
489      }
490
483491      dofile("sdl_cfg.lua")
484492
485493      if _OPTIONS["SEPARATE_BIN"]~="1" then
trunk/scripts/src/osd/windows.lua
r245716r245717
217217         "ForceCPP",
218218      }
219219
220      flags {
221         "Symbols", -- always include minimum symbols for executables   
222      }
223
220224      if _OPTIONS["SEPARATE_BIN"]~="1" then
221225         targetdir(MAME_DIR)
222226      end


Previous 199869 Revisions Next


© 1997-2024 The MAME Team