]> git.proxmox.com Git - mirror_edk2.git/commit - Tools/Source/TianoTools/Common/build.xml
Updated to handle cygwin/gcc and moved msvc,gcc property settings to the TianoTools...
authorlhauch <lhauch@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 1 Aug 2006 23:58:18 +0000 (23:58 +0000)
committerlhauch <lhauch@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 1 Aug 2006 23:58:18 +0000 (23:58 +0000)
commitaf1dd46d37b6f6e3f9bed4c6a485d0c4832a2dd6
treee162fc237c5f8d143fdb5b7fd58d97b88e68cd91
parentc80da0c44248639cc87bd10c8d0dc355f4cd3a9c
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
42 files changed:
Tools/Source/TianoTools/Common/build.xml
Tools/Source/TianoTools/CompressDll/build.xml
Tools/Source/TianoTools/CreateMtFile/build.xml
Tools/Source/TianoTools/CustomizedCompress/build.xml
Tools/Source/TianoTools/EfiCompress/build.xml
Tools/Source/TianoTools/EfiRom/build.xml
Tools/Source/TianoTools/FlashMap/FlashMap.c
Tools/Source/TianoTools/FlashMap/build.xml
Tools/Source/TianoTools/FwImage/build.xml
Tools/Source/TianoTools/GenAcpiTable/build.xml
Tools/Source/TianoTools/GenCRC32Section/build.xml
Tools/Source/TianoTools/GenCapsuleHdr/build.xml
Tools/Source/TianoTools/GenDepex/build.xml
Tools/Source/TianoTools/GenFfsFile/build.xml
Tools/Source/TianoTools/GenFvImage/build.xml
Tools/Source/TianoTools/GenSection/build.xml
Tools/Source/TianoTools/GenTEImage/build.xml
Tools/Source/TianoTools/GuidChk/build.xml
Tools/Source/TianoTools/MakeDeps/build.xml
Tools/Source/TianoTools/ModifyInf/build.xml
Tools/Source/TianoTools/Pccts/antlr/build.xml
Tools/Source/TianoTools/Pccts/antlr/makefile
Tools/Source/TianoTools/Pccts/antlr/makefile.cygwin [new file with mode: 0644]
Tools/Source/TianoTools/Pccts/antlr/makefile1
Tools/Source/TianoTools/Pccts/build.xml
Tools/Source/TianoTools/Pccts/dlg/build.xml
Tools/Source/TianoTools/Pccts/dlg/makefile
Tools/Source/TianoTools/Pccts/dlg/makefile.cygwin [new file with mode: 0644]
Tools/Source/TianoTools/PeCoffLoader/build.xml
Tools/Source/TianoTools/PeiRebase/build.xml
Tools/Source/TianoTools/SecApResetVectorFixup/build.xml
Tools/Source/TianoTools/SecFixup/build.xml
Tools/Source/TianoTools/SetStamp/build.xml
Tools/Source/TianoTools/SplitFile/build.xml
Tools/Source/TianoTools/StrGather/build.xml
Tools/Source/TianoTools/String/build.xml
Tools/Source/TianoTools/Strip/build.xml
Tools/Source/TianoTools/TianoTools.msa
Tools/Source/TianoTools/VfrCompile/VfrCompile.g
Tools/Source/TianoTools/VfrCompile/build.xml
Tools/Source/TianoTools/ZeroDebugData/build.xml
Tools/Source/TianoTools/build.xml