mirror of
https://github.com/autc04/Retro68.git
synced 2025-01-13 16:33:02 +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;
|
flatoutput = true;
|
||||||
segments = false;
|
segments = false;
|
||||||
}
|
}
|
||||||
|
else if(*p == "--mac-single")
|
||||||
|
{
|
||||||
|
elf2mac = true;
|
||||||
|
flatoutput = false;
|
||||||
|
segments = false;
|
||||||
|
}
|
||||||
else if(*p == "--mac-segments")
|
else if(*p == "--mac-segments")
|
||||||
{
|
{
|
||||||
elf2mac = true;
|
elf2mac = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user