2021-11-23 14:46:51 +05:30
|
|
|
@rem Generate automatically-generated configuration-independent source files
|
|
|
|
|
@rem and build scripts.
|
2024-05-12 21:38:07 +02:00
|
|
|
@rem Requirements:
|
|
|
|
|
@rem * Perl must be on the PATH ("perl" command).
|
|
|
|
|
@rem * Python 3.8 or above must be on the PATH ("python" command).
|
2024-05-12 21:38:16 +02:00
|
|
|
@rem * Either a C compiler called "cc" must be on the PATH, or
|
|
|
|
|
@rem the "CC" environment variable must point to a C compiler.
|
2024-05-12 21:38:07 +02:00
|
|
|
|
2025-03-27 11:36:42 +01:00
|
|
|
@rem @@@@ tf-psa-crypto @@@@
|
2024-11-05 06:43:36 +00:00
|
|
|
cd tf-psa-crypto
|
2025-03-27 11:36:42 +01:00
|
|
|
python framework\scripts\make_generated_files.py || exit /b 1
|
2024-11-05 06:43:36 +00:00
|
|
|
cd ..
|
2024-05-12 21:38:07 +02:00
|
|
|
|
2025-03-27 11:36:42 +01:00
|
|
|
@rem @@@@ mbedtls @@@@
|
|
|
|
|
python framework\scripts\make_generated_files.py || exit /b 1
|