more bash

This commit is contained in:
rusefi 2020-07-04 21:02:50 -04:00
parent 70e66742a4
commit c47d6dc89e
2 changed files with 5 additions and 9 deletions

View File

@ -2,13 +2,5 @@ rem This batch files reads rusefi_enums.h and produses auto_generated_enums.* fi
rm gen_enum_to_string.log rm gen_enum_to_string.log
java -DSystemOut.name=gen_enum_to_string ^ sh.exe gen_enum_to_string.sh
-jar ../java_tools/enum2string.jar ^
-inputPath . ^
-outputPath controllers/algo ^
-enumInputFile controllers/algo/rusefi_enums.h ^
-enumInputFile controllers/algo/rusefi_hw_enums.h ^
pwd
cd config/boards/kinetis/config
call "!gen_enum_to_string.bat"

View File

@ -8,3 +8,7 @@ java -DSystemOut.name=gen_enum_to_string \
-outputPath controllers/algo \ -outputPath controllers/algo \
-enumInputFile controllers/algo/rusefi_enums.h \ -enumInputFile controllers/algo/rusefi_enums.h \
-enumInputFile controllers/algo/rusefi_hw_enums.h \ -enumInputFile controllers/algo/rusefi_hw_enums.h \
pwd
cd config/boards/kinetis/config
sh kintes_gen_enum_to_string.sh