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:
jwang36 2006-10-23 01:37:48 +00:00
parent 419558bbad
commit 6c82102e9e
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 *.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