mirror of https://github.com/acidanthera/audk.git
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:
parent
6ec40aef55
commit
f924208bba
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue