add -singleInstance support to 'stand-alone' executables

svn: r5737
This commit is contained in:
Matthew Flatt 2007-03-06 01:15:18 +00:00
parent 0d3c91e1d6
commit 4efb85fb46

View File

@ -78,6 +78,7 @@ static X_flag_entry X_flags[] = {
{ "-title", 1 },
{ "-xnllanguage", 1 },
{ "-xrm", 1 },
{ "-singleInstance", 0 },
{ NULL, 0 }
};