]> git.proxmox.com Git - mirror_edk2.git/blobdiff - AppPkg/Applications/Python/Python-2.7.10/libprep.bat
edk2: Remove AppPkg, StdLib, StdLibPrivateInternalFiles
[mirror_edk2.git] / AppPkg / Applications / Python / Python-2.7.10 / libprep.bat
diff --git a/AppPkg/Applications/Python/Python-2.7.10/libprep.bat b/AppPkg/Applications/Python/Python-2.7.10/libprep.bat
deleted file mode 100644 (file)
index 1204f3c..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-@echo off\r
-REM libprep.bat\r
-REM\r
-REM SYNTAX: libprep <path-to-new-lib-dir>\r
-REM\r
-SETLOCAL\r
-\r
-set dest=%1\r
-\r
-echo Copying files to %dest%.\r
-echo Existing files will be overwritten.\r
-echo.\r
-PAUSE\r
-\r
-REM Copy Distro then PyMod files to the destination\r
-XCOPY Lib %dest% /S /I /Y\r
-XCOPY PyMod-2.7.10\Lib %dest% /S /I /Y\r
-\r
-echo DONE\r
-ENDLOCAL\r