Archana | 6f21e45 | 2021-11-23 14:46:51 +0530 | [diff] [blame] | 1 | @rem Generate automatically-generated configuration-independent source files
|
| 2 | @rem and build scripts.
|
Gilles Peskine | 73c4096 | 2024-05-12 21:38:07 +0200 | [diff] [blame] | 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).
|
Gilles Peskine | fbb59bd | 2024-05-12 21:38:16 +0200 | [diff] [blame] | 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.
|
Gilles Peskine | 73c4096 | 2024-05-12 21:38:07 +0200 | [diff] [blame] | 8 |
|
Ronald Cron | 762c801 | 2025-03-27 11:36:42 +0100 | [diff] [blame] | 9 | @rem @@@@ tf-psa-crypto @@@@
|
Harry Ramsey | cefc672 | 2024-11-05 06:43:36 +0000 | [diff] [blame] | 10 | cd tf-psa-crypto
|
Ronald Cron | 762c801 | 2025-03-27 11:36:42 +0100 | [diff] [blame] | 11 | python framework\scripts\make_generated_files.py || exit /b 1
|
Harry Ramsey | cefc672 | 2024-11-05 06:43:36 +0000 | [diff] [blame] | 12 | cd ..
|
Gilles Peskine | 73c4096 | 2024-05-12 21:38:07 +0200 | [diff] [blame] | 13 |
|
Ronald Cron | 762c801 | 2025-03-27 11:36:42 +0100 | [diff] [blame] | 14 | @rem @@@@ mbedtls @@@@
|
| 15 | python framework\scripts\make_generated_files.py || exit /b 1
|