From 1c2ea023367ddbd15adeecefa7f425eb1eb5ef4a Mon Sep 17 00:00:00 2001 From: Robbbert Date: Wed, 27 Jul 2016 19:22:36 +1000 Subject: 0.176 Release Files --- docs/release/scripts/genie.lua | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'docs/release/scripts/genie.lua') diff --git a/docs/release/scripts/genie.lua b/docs/release/scripts/genie.lua index 903d77ce3ed..d07ff394ce2 100644 --- a/docs/release/scripts/genie.lua +++ b/docs/release/scripts/genie.lua @@ -982,6 +982,12 @@ end end end +if (_OPTIONS["PLATFORM"]=="alpha") then + defines { + "PTR64=1", + } +end + if (_OPTIONS["PLATFORM"]=="arm") then buildoptions { "-Wno-cast-align", @@ -997,6 +1003,12 @@ if (_OPTIONS["PLATFORM"]=="arm64") then } end +if (_OPTIONS["PLATFORM"]=="mips64") then + defines { + "PTR64=1", + } +end + local subdir if (_OPTIONS["target"] == _OPTIONS["subtarget"]) then subdir = _OPTIONS["osd"] .. "/" .. _OPTIONS["target"] -- cgit v1.2.3-70-g09d2