1@rem Generate automatically-generated configuration-independent source files 2@rem and build scripts. 3@rem Requirements: 4@rem * Perl must be on the PATH ("perl" command). 5@rem * Python 3.8 or above must be on the PATH ("python" command). 6@rem * Either a C compiler called "cc" must be on the PATH, or 7@rem the "CC" environment variable must point to a C compiler. 8 9@rem @@@@ tf-psa-crypto @@@@ 10cd tf-psa-crypto 11python framework\scripts\make_generated_files.py || exit /b 1 12cd .. 13 14@rem @@@@ mbedtls @@@@ 15python framework\scripts\make_generated_files.py || exit /b 1 16