summaryrefslogtreecommitdiff
path: root/edksetup.bat
diff options
context:
space:
mode:
authorlhauch <lhauch@6f19259b-4bc3-4df7-8a09-765794883524>2006-08-07 22:17:13 +0000
committerlhauch <lhauch@6f19259b-4bc3-4df7-8a09-765794883524>2006-08-07 22:17:13 +0000
commit80d1b384da6707703124fcf6964ae0ae07b07945 (patch)
tree586a0435a0ecdb57cb352e879df576105415a50d /edksetup.bat
parent8a07290e64e4dcd64f5fbaf975d41d44b15b47d2 (diff)
downloadedk2-platforms-80d1b384da6707703124fcf6964ae0ae07b07945.tar.xz
added -noclasspath option to the ant cleanall for ForceRebuild, also changed edkii in readme to edk2 for the directory path.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1209 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'edksetup.bat')
-rw-r--r--edksetup.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/edksetup.bat b/edksetup.bat
index 7ff10ebc71..95f54a4714 100644
--- a/edksetup.bat
+++ b/edksetup.bat
@@ -134,7 +134,7 @@ echo Resetting the PATH variable to include the FRAMEWORK_TOOLS_PATH for this WO
goto skipbuild
:ForceBuild
-call ant -f %WORKSPACE%\Tools\build.xml cleanall
+call ant -noclasspath -f %WORKSPACE%\Tools\build.xml cleanall
:NormalBuild
@REM