| 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 |
| r245186 | r245187 | |
|---|---|---|
| 501 | 501 | "SDL2.framework", |
| 502 | 502 | "pthread", |
| 503 | 503 | } |
| 504 | linkoptions { | |
| 505 | "-sectcreate __TEXT __info_plist " .. GEN_DIR .. "/osd/sdl/" .. _OPTIONS["target"] .. "-Info.plist" | |
| 506 | } | |
| 507 | 504 | |
| 508 | 505 | |
| 509 | 506 | configuration { "mingw*" } |
| r245186 | r245187 | |
|---|---|---|
| 14 | 14 | "NoManifest", |
| 15 | 15 | } |
| 16 | 16 | |
| 17 | configuration { "osx*" } | |
| 18 | linkoptions { | |
| 19 | "-sectcreate __TEXT __info_plist " .. GEN_DIR .. "/osd/sdl/" .. _OPTIONS["target"] .. "-Info.plist" | |
| 20 | } | |
| 21 | ||
| 17 | 22 | configuration { "mingw*" } |
| 18 | 23 | if _OPTIONS["osd"]=="sdl" then |
| 19 | 24 | targetprefix "sdl" |
| r245186 | r245187 | |
| 73 | 78 | MAME_DIR .. "3rdparty/zlib", |
| 74 | 79 | GEN_DIR .. "mame/layout", |
| 75 | 80 | GEN_DIR .. "ldplayer/layout", |
| 76 | GEN_DIR .. "osd/windows", | |
| 81 | GEN_DIR .. "osd/windows", | |
| 77 | 82 | } |
| 78 | 83 | |
| 79 | 84 | includeosd() |
| r245186 | r245187 | |
|---|---|---|
| 193 | 193 | --else |
| 194 | 194 | MAME_DIR .. "src/osd/modules/sync/work_osd.*", |
| 195 | 195 | } |
| 196 | if _OPTIONS["targetos"]=="macosx" then | |
| 197 | files { | |
| 198 | MAME_DIR .. "src/osd/sdl/osxutils.m", | |
| 199 | } | |
| 200 | end | |
| 196 | 201 | end |
| 197 | 202 | if _OPTIONS["osd"]=="windows" then |
| 198 | 203 | includedirs { |
| https://github.com/mamedev/mame/commit/2605b330353e9d2201970097f2827dfdd993f8c7 |
| Previous | 199869 Revisions | Next |