Update so Windows build works like Cygwin buid

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9940 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
andrewfish
2010-02-05 18:43:49 +00:00
parent e18fa16721
commit 3aa4215f72
3 changed files with 39 additions and 13 deletions

View File

@@ -255,7 +255,7 @@ PrepareConfigurationHeader (
// Open data file
DataFile = fopen(gDataFile, "rb");
if (DataFile == NULL) {
fprintf(stderr, "Can't open data file %s.\n", gOutputImageFile);
fprintf(stderr, "Can't open data file %s.\n", gDataFile);
exit(1);
}
@@ -394,7 +394,6 @@ main (
default:
abort ();
}
printf ("\n%d(%x) - %s %s", i, TwoArg, argv[i], TwoArg ? argv[i+1] : &argv[i][2]);
}
}