some more work, including the PSI-BIN write routines which are officially not released yet.

This commit is contained in:
nemu
2011-02-07 06:02:56 +00:00
parent 20665da9eb
commit 90ed9df1b6
11 changed files with 3639 additions and 2130 deletions

View File

@ -314,6 +314,8 @@ int main(int argc, char *argv[])
if (!strcmp(argv[i], "-p")) {
if (i+1 < argc) {
info.outPath = argv[i+1];
if (!info.outPath.EndsWith("/"))
info.outPath += "/";
} else {
cerr << endl << ">> any2many **ERROR** found output option '-p' without any argument." << endl;
show_syntax = true;
@ -396,7 +398,6 @@ int main(int argc, char *argv[])
show_syntax = true;
}
/*
cout << endl << "debug> info.year='" << info.year << "', info.year.length()=" << info.year.Length();
cout << endl << "debug> info.useStandardOutput=" << info.useStandardOutput;
cout << endl << "debug> info.inFormat=" << info.inFormat;
@ -414,7 +415,6 @@ cout << endl << "debug> info.inFileName=";
for (unsigned int i=0; i<info.inFileName.size(); i++)
cout << info.inFileName[i] << ", ";
cout << endl;
*/
if (show_syntax) {
info.runList.clear();