Script to generate source files on Windows

Signed-off-by: Gilles Peskine <[email protected]>
This commit is contained in:
Gilles Peskine
2021-05-20 10:37:22 +02:00
parent 1570b59bcc
commit 0da63bec88
+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