blob: f10b23b705e1c89a9972706c399cce986dcb8556 [file] [log] [blame]
Archana6f21e452021-11-23 14:46:51 +05301@rem Generate automatically-generated configuration-independent source files
2@rem and build scripts.
Gilles Peskine73c40962024-05-12 21:38:07 +02003@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).
Gilles Peskinefbb59bd2024-05-12 21:38:16 +02006@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.
Gilles Peskine73c40962024-05-12 21:38:07 +02008
Ronald Cron762c8012025-03-27 11:36:42 +01009@rem @@@@ tf-psa-crypto @@@@
Harry Ramseycefc6722024-11-05 06:43:36 +000010cd tf-psa-crypto
Ronald Cron762c8012025-03-27 11:36:42 +010011python framework\scripts\make_generated_files.py || exit /b 1
Harry Ramseycefc6722024-11-05 06:43:36 +000012cd ..
Gilles Peskine73c40962024-05-12 21:38:07 +020013
Ronald Cron762c8012025-03-27 11:36:42 +010014@rem @@@@ mbedtls @@@@
15python framework\scripts\make_generated_files.py || exit /b 1