]> git.proxmox.com Git - mirror_edk2.git/blame - AppPkg/Applications/Python/Python-2.7.10/srcprep.bat
AppPkg: Removing ipf which is no longer supported from edk2.
[mirror_edk2.git] / AppPkg / Applications / Python / Python-2.7.10 / srcprep.bat
CommitLineData
9d07b845
DM
1@echo off\r
2REM Prepare the Python sources for EDK II by copying\r
3REM the .h files from the PyMod tree into the Python tree.\r
4REM Directory correspondence is maintained.\r
5\r
6FOR %%d IN (Include Modules Objects Python) DO (\r
7 echo.\r
8 echo Processing the %%d directory.\r
9 XCOPY /S /Y /Q PyMod-2.7.10\%%d\*.h %%d\r
10)\r
11\r
12echo.\r
13echo DONE!\r