mirror of
https://github.com/espressif/mbedtls.git
synced 2026-08-17 00:39:53 +00:00
Script to generate source files on Windows
Signed-off-by: Gilles Peskine <[email protected]>
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
@rem Generate automatically-generated configuration-independent source files
|
||||
@rem and build scripts.
|
||||
@rem Perl and Python 3 must be on the PATH.
|
||||
perl scripts\generate_errors.pl || exit /b
|
||||
perl scripts\generate_query_config.pl || exit /b
|
||||
perl scripts\generate_features.pl || exit /b
|
||||
perl scripts\generate_visualc_files.pl || exit /b
|
||||
python scripts\generate_psa_constants.py || exit /b
|
||||
python tests\scripts\generate_psa_tests.py || exit /b
|
||||
Reference in New Issue
Block a user