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

trunk/scripts/genie.lua
r250300r250301
532532   os.outputof( PYTHON .. " " .. MAME_DIR .. "scripts/build/makedep.py " .. MAME_DIR .. " " .. _OPTIONS["SOURCES"] .. " drivers " .. _OPTIONS["subtarget"] .. " > ".. GEN_DIR  .. _OPTIONS["target"] .. "/" .. _OPTIONS["subtarget"].."/drivlist.cpp")
533533end
534534configuration { "gmake" }
535if _OPTIONS["CPP11"]~="1" then
535536   defines {
536537      "nullptr=NULL" -- getting ready for C++11
537538   }
539end
538540   flags {
539541      "SingleOutputDir",
540542   }
trunk/scripts/src/3rdparty.lua
r250300r250301
674674      includedirs {
675675         MAME_DIR .. "3rdparty/bx/include/compat/mingw",
676676      }
677if _OPTIONS["CPP11"]~="1" then     
677678      defines {
678679         "nullptr=NULL" -- not used but needed for C++11 code
679680      }
681end
680682
681683   configuration { "osx*" }
682684      includedirs {


Previous 199869 Revisions Next


© 1997-2024 The MAME Team