| Previous | 199869 Revisions | Next |
| r41789 Thursday 19th November, 2015 at 12:34:44 UTC by Miodrag Milanović |
|---|
| disable this for CPP11 builds (nw) |
| [scripts] | genie.lua |
| [scripts/src] | 3rdparty.lua |
| r250300 | r250301 | |
|---|---|---|
| 532 | 532 | os.outputof( PYTHON .. " " .. MAME_DIR .. "scripts/build/makedep.py " .. MAME_DIR .. " " .. _OPTIONS["SOURCES"] .. " drivers " .. _OPTIONS["subtarget"] .. " > ".. GEN_DIR .. _OPTIONS["target"] .. "/" .. _OPTIONS["subtarget"].."/drivlist.cpp") |
| 533 | 533 | end |
| 534 | 534 | configuration { "gmake" } |
| 535 | if _OPTIONS["CPP11"]~="1" then | |
| 535 | 536 | defines { |
| 536 | 537 | "nullptr=NULL" -- getting ready for C++11 |
| 537 | 538 | } |
| 539 | end | |
| 538 | 540 | flags { |
| 539 | 541 | "SingleOutputDir", |
| 540 | 542 | } |
| r250300 | r250301 | |
|---|---|---|
| 674 | 674 | includedirs { |
| 675 | 675 | MAME_DIR .. "3rdparty/bx/include/compat/mingw", |
| 676 | 676 | } |
| 677 | if _OPTIONS["CPP11"]~="1" then | |
| 677 | 678 | defines { |
| 678 | 679 | "nullptr=NULL" -- not used but needed for C++11 code |
| 679 | 680 | } |
| 681 | end | |
| 680 | 682 | |
| 681 | 683 | configuration { "osx*" } |
| 682 | 684 | includedirs { |
| https://github.com/mamedev/mame/commit/8a91bc9f0e345e4e562b397705e64af2efe9eb4c |
| Previous | 199869 Revisions | Next |