]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Commented out the throwing exception when not supported file type is found, because...
authorjwang36 <jwang36@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 11 Jul 2006 10:06:26 +0000 (10:06 +0000)
committerjwang36 <jwang36@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 11 Jul 2006 10:06:26 +0000 (10:06 +0000)
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

index e0a0fff2d528efb5319151d5925047b47f521df9..28ebfc8d355208ae2f4f1d0c2d0ece2ff57c2d64 100644 (file)
@@ -163,9 +163,11 @@ public class FileProcess {
                 parseFile(filename, fileTypes[i][2], root);\r
             }\r
         }\r
+        /*\r
         if (!flag) {\r
             throw new BuildException("File [" + filename + "] is not known from its suffix.");\r
         }\r
+        */\r
     }\r
 \r
     /**\r