mirror of https://github.com/acidanthera/audk.git
Fixed issue caused by the directory change
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1817 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
419558bbad
commit
6c82102e9e
|
@ -32,7 +32,7 @@ goto end
|
|||
|
||||
:all
|
||||
@echo off
|
||||
@for /R %%a in (*.msa *.fpd *.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\Java\Source\SurfaceArea\build.xml validate -DSURFACE_AREA_FILE=%%a
|
||||
@echo on
|
||||
@goto end
|
||||
|
||||
|
|
Loading…
Reference in New Issue