--- /dev/null
+@REM\r
+@REM Copyright (c) 2006, Intel Corporation\r
+@REM All rights reserved. This program and the accompanying materials\r
+@REM are licensed and made available under the terms and conditions of the BSD License\r
+@REM which accompanies this distribution. The full text of the license may be found at\r
+@REM http://opensource.org/licenses/bsd-license.php\r
+@REM \r
+@REM THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
+@REM WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+@REM\r
+\r
+@REM @if "%1"=="" (goto build)\r
+@REM @if "%1"=="clean" (goto clean)\r
+@REM @if "%1"=="cleanall" (goto cleanall)\r
+\r
+:build\r
+ @echo on\r
+ ant -f %WORKSPACE%/build.xml %1 %2 %3\r
+ @echo off\r
+ @goto end\r
+\r
+:clean\r
+ @echo on\r
+ ant clean -f %WORKSPACE%/build.xml\r
+ @echo off\r
+ @goto end\r
+ \r
+:cleanall\r
+ @echo on\r
+ ant cleanall -f %WORKSPACE%/build.xml\r
+ @echo off\r
+ @goto end\r
+\r
+:end
\ No newline at end of file