From 7f6dd3e3716c6baa0b044fe4c7d63bb2f713a56c Mon Sep 17 00:00:00 2001 From: jwang36 Date: Tue, 11 Jul 2006 10:06:26 +0000 Subject: [PATCH] Commented out the throwing exception when not supported file type is found, because we should just skip those files which cannot be built by certain tools. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@876 6f19259b-4bc3-4df7-8a09-765794883524 --- Tools/Source/GenBuild/org/tianocore/build/FileProcess.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Tools/Source/GenBuild/org/tianocore/build/FileProcess.java b/Tools/Source/GenBuild/org/tianocore/build/FileProcess.java index e0a0fff2d5..28ebfc8d35 100644 --- a/Tools/Source/GenBuild/org/tianocore/build/FileProcess.java +++ b/Tools/Source/GenBuild/org/tianocore/build/FileProcess.java @@ -163,9 +163,11 @@ public class FileProcess { parseFile(filename, fileTypes[i][2], root); } } + /* if (!flag) { throw new BuildException("File [" + filename + "] is not known from its suffix."); } + */ } /** -- 2.39.2