1a8e1175bSopenharmony_ci@rem Generate automatically-generated configuration-independent source files 2a8e1175bSopenharmony_ci@rem and build scripts. 3a8e1175bSopenharmony_ci@rem Perl and Python 3 must be on the PATH. 4a8e1175bSopenharmony_ci@rem psa_crypto_driver_wrappers.h needs to be generated prior to 5a8e1175bSopenharmony_ci@rem generate_visualc_files.pl being invoked. 6a8e1175bSopenharmony_cipython scripts\generate_driver_wrappers.py || exit /b 1 7a8e1175bSopenharmony_ciperl scripts\generate_errors.pl || exit /b 1 8a8e1175bSopenharmony_ciperl scripts\generate_query_config.pl || exit /b 1 9a8e1175bSopenharmony_ciperl scripts\generate_features.pl || exit /b 1 10a8e1175bSopenharmony_cipython scripts\generate_ssl_debug_helpers.py || exit /b 1 11a8e1175bSopenharmony_ciperl scripts\generate_visualc_files.pl || exit /b 1 12a8e1175bSopenharmony_cipython scripts\generate_psa_constants.py || exit /b 1 13a8e1175bSopenharmony_cipython tests\scripts\generate_bignum_tests.py || exit /b 1 14a8e1175bSopenharmony_cipython tests\scripts\generate_ecp_tests.py || exit /b 1 15a8e1175bSopenharmony_cipython tests\scripts\generate_psa_tests.py || exit /b 1 16