mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-26 16:29:28 +00:00
Elf2Mac: --mac-single option for generating single-segment apps
This commit is contained in:
parent
04174d1b55
commit
bf6728b156
@ -124,6 +124,12 @@ int main(int argc, char *argv[])
|
||||
flatoutput = true;
|
||||
segments = false;
|
||||
}
|
||||
else if(*p == "--mac-single")
|
||||
{
|
||||
elf2mac = true;
|
||||
flatoutput = false;
|
||||
segments = false;
|
||||
}
|
||||
else if(*p == "--mac-segments")
|
||||
{
|
||||
elf2mac = true;
|
||||
|
Loading…
Reference in New Issue
Block a user