From af1dd46d37b6f6e3f9bed4c6a485d0c4832a2dd6 Mon Sep 17 00:00:00 2001 From: lhauch Date: Tue, 1 Aug 2006 23:58:18 +0000 Subject: 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 --- Tools/Source/TianoTools/VfrCompile/VfrCompile.g | 1 + Tools/Source/TianoTools/VfrCompile/build.xml | 98 ++++++++++--------------- 2 files changed, 38 insertions(+), 61 deletions(-) (limited to 'Tools/Source/TianoTools/VfrCompile') diff --git a/Tools/Source/TianoTools/VfrCompile/VfrCompile.g b/Tools/Source/TianoTools/VfrCompile/VfrCompile.g index db0ba95582..44820bc31b 100644 --- a/Tools/Source/TianoTools/VfrCompile/VfrCompile.g +++ b/Tools/Source/TianoTools/VfrCompile/VfrCompile.g @@ -62,6 +62,7 @@ public: { printf ("unrecognized input '%s'\n", Text); } + }; // diff --git a/Tools/Source/TianoTools/VfrCompile/build.xml b/Tools/Source/TianoTools/VfrCompile/build.xml index 67442dfed3..995cf7d6a5 100644 --- a/Tools/Source/TianoTools/VfrCompile/build.xml +++ b/Tools/Source/TianoTools/VfrCompile/build.xml @@ -9,7 +9,7 @@ http://opensource.org/licenses/bsd-license.php THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. --> - +