diff --git a/build-windows/generate_code.cmd b/build-windows/generate_code.cmd index 121bd977..12b530f3 100644 --- a/build-windows/generate_code.cmd +++ b/build-windows/generate_code.cmd @@ -1,6 +1,8 @@ pushd . cd %1\sync +if not exist generated mkdir generated + python "%YML_PATH%\yml2proc" -E utf-8 -y gen_actions.ysl2 sync.fsm python "%YML_PATH%\yml2proc" -E utf-8 -y gen_statemachine.ysl2 sync.fsm python "%YML_PATH%\yml2proc" -E utf-8 -y gen_codec.ysl2 sync.fsm