Script to generate source files on Windows

Signed-off-by: Gilles Peskine <[email protected]>
This commit is contained in:
Gilles Peskine
2021-04-22 15:35:43 +02:00
parent fb7304290e
commit f553f59e49
+9
View File
@@ -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