2 REM Prepare the Python sources for EDK II by copying
3 REM the .h files from the PyMod tree into the Python tree.
4 REM Directory correspondence is maintained.
6 FOR %%d IN
(Include Modules Objects Python
) DO (
8 echo Processing the
%%d directory.
9 XCOPY /S
/Y
/Q PyMod
-2.7.10\
%%d\
*.h
%%d