Checked in psx/exe patches from Jens.

committer: mfx <mfx> 1026820270 +0000
This commit is contained in:
Markus F.X.J. Oberhumer
2002-07-16 11:51:10 +00:00
parent ead8daf26c
commit 789cfea682
16 changed files with 739 additions and 11 deletions
+5
View File
@@ -674,6 +674,9 @@ static int do_option(int optc, const char *arg)
if (mfx_optarg && mfx_optarg[0])
set_script_name(mfx_optarg,1);
break;
case 670:
opt->psx.no_align = true;
break;
case '\0':
return -1;
@@ -788,6 +791,8 @@ static const struct mfx_option longopts[] =
{"compress-icons", 2, 0, 631},
{"compress-resources", 2, 0, 632},
{"strip-relocs", 2, 0, 633},
// psx/exe
{"no-align", 0x10, 0, 670},
{ 0, 0, 0, 0 }
};