]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Tools/bin/GenBuildFile.bat
Removed per Carl/Javen.
[mirror_edk2.git] / Tools / bin / GenBuildFile.bat
diff --git a/Tools/bin/GenBuildFile.bat b/Tools/bin/GenBuildFile.bat
deleted file mode 100644 (file)
index 323969f..0000000
+++ /dev/null
@@ -1,45 +0,0 @@
-@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
-@echo off\r
-\r
-@if "%JAVA_HOME%"=="" goto no_jdk\r
-@if "%WORKSPACE%"=="" goto no_wks\r
-\r
-@if "%1"=="-H" (goto usage)\r
-@if "%1"=="-h" (goto usage) else (goto all)\r
-\r
-:usage\r
-@echo.\r
-@echo Generate entrance build.xml for each module under current directory\r
-@echo.\r
-@echo Usage: GenBuildFile.bat - must be executed in the package level directory\r
-@echo.\r
-goto end\r
-\r
-:all\r
-  ant -q -f %WORKSPACE%\Tools\bin\GenBuildFile.xml\r
-  goto end\r
-\r
-:no_jdk\r
-  @echo.\r
-  @echo !!! Please set JAVA_HOME !!!\r
-  @echo.\r
-  @goto end\r
-\r
-:no_wks\r
-  @echo.\r
-  @echo !!! Please set WORKSPACE !!!\r
-  @echo.\r
-  @goto end\r
-\r
-:end\r
-@echo on\r