Previous 199869 Revisions Next

r36675 Thursday 26th March, 2015 at 12:45:14 UTC by Vasantha Crabb
Fix tools link on OSX, only embed plist in main target
[scripts]genie.lua
[scripts/src]main.lua osd.lua

trunk/scripts/genie.lua
r245186r245187
501501         "SDL2.framework",
502502         "pthread",
503503      }
504      linkoptions {
505         "-sectcreate __TEXT __info_plist " .. GEN_DIR .. "/osd/sdl/" .. _OPTIONS["target"] .. "-Info.plist"
506      }
507504
508505
509506configuration { "mingw*" }
trunk/scripts/src/main.lua
r245186r245187
1414      "NoManifest",
1515   }
1616
17   configuration { "osx*" }
18      linkoptions {
19         "-sectcreate __TEXT __info_plist " .. GEN_DIR .. "/osd/sdl/" .. _OPTIONS["target"] .. "-Info.plist"
20      }
21
1722   configuration { "mingw*" }
1823      if _OPTIONS["osd"]=="sdl" then
1924         targetprefix "sdl"
r245186r245187
7378      MAME_DIR .. "3rdparty/zlib",
7479      GEN_DIR  .. "mame/layout",
7580      GEN_DIR  .. "ldplayer/layout",
76      GEN_DIR .. "osd/windows",
81      GEN_DIR .. "osd/windows",
7782   }
7883
7984   includeosd()
trunk/scripts/src/osd.lua
r245186r245187
193193         --else
194194         MAME_DIR .. "src/osd/modules/sync/work_osd.*",
195195      }
196      if _OPTIONS["targetos"]=="macosx" then
197         files {
198            MAME_DIR .. "src/osd/sdl/osxutils.m",
199         }
200      end
196201   end
197202   if _OPTIONS["osd"]=="windows" then
198203      includedirs {


Previous 199869 Revisions Next


© 1997-2024 The MAME Team