Updated to handle cygwin/gcc and moved msvc,gcc property settings to the TianoTools/build.xml file. Properties are inherited, so we only need to set them one. Cleaned up clean and cleanall targets to remove the executables and library files. Added makefile.cygwin to antlr and dlg programs to generate the .exe needed for cygwin.

FlashMap.c needed a newline at the end of the file to remove a warning message in cygwin.


git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1174 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
lhauch
2006-08-01 23:58:18 +00:00
parent c80da0c442
commit af1dd46d37
42 changed files with 960 additions and 1804 deletions

View File

@ -765,4 +765,5 @@ NormalizePath (
}
return Visitor;
}
}