removed mbd file verification, added fpd file verification

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@697 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
jwang36 2006-06-30 20:15:32 +00:00
parent 6ec40aef55
commit f924208bba
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ goto end
:all
@echo off
@for /R %%a in (*.msa *.mbd *.spd) do @ant -q -f %WORKSPACE%\Tools\Source\SurfaceArea\build.xml validate -DSURFACE_AREA_FILE=%%a
@for /R %%a in (*.msa *.fpd *.spd) do @ant -q -f %WORKSPACE%\Tools\Source\SurfaceArea\build.xml validate -DSURFACE_AREA_FILE=%%a
@echo on
@goto end