]> git.proxmox.com Git - mirror_edk2.git/blobdiff - AppPkg/Applications/Python/Python-2.7.10/srcprep.bat
edk2: Remove AppPkg, StdLib, StdLibPrivateInternalFiles
[mirror_edk2.git] / AppPkg / Applications / Python / Python-2.7.10 / srcprep.bat
diff --git a/AppPkg/Applications/Python/Python-2.7.10/srcprep.bat b/AppPkg/Applications/Python/Python-2.7.10/srcprep.bat
deleted file mode 100644 (file)
index afd55c1..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-@echo off\r
-REM Prepare the Python sources for EDK II by copying\r
-REM the .h files from the PyMod tree into the Python tree.\r
-REM Directory correspondence is maintained.\r
-\r
-FOR %%d IN (Include Modules Objects Python) DO (\r
-  echo.\r
-  echo Processing the %%d directory.\r
-  XCOPY /S /Y /Q PyMod-2.7.10\%%d\*.h %%d\r
-)\r
-\r
-echo.\r
-echo DONE!\r