2019-06-17 18:37:11 -07:00
|
|
|
rem TODO better place for this stuff, more automation so that each file does not need to be handled separately. maybe regexp?
|
2019-06-17 09:18:55 -07:00
|
|
|
|
2019-06-17 18:37:11 -07:00
|
|
|
rm gen_config2.log
|
|
|
|
|
|
|
|
java -DSystemOut.name=gen_config2 ^
|
|
|
|
-jar ../java_tools/ConfigDefinition.jar ^
|
2019-06-17 09:18:55 -07:00
|
|
|
-definition integration/engine_state.txt ^
|
|
|
|
-java_destination ../java_console/models/src/com/rusefi/config/generated/EngineState.java ^
|
|
|
|
-initialize_to_zero yes ^
|
|
|
|
-c_destination controllers/generated/engine_state_generated.h
|
|
|
|
|
2019-06-17 18:37:11 -07:00
|
|
|
java -DSystemOut.name=gen_config2 ^
|
|
|
|
-jar ../java_tools/ConfigDefinition.jar ^
|
2019-06-17 09:18:55 -07:00
|
|
|
-definition integration/thermistor.txt ^
|
|
|
|
-initialize_to_zero yes ^
|
|
|
|
-java_destination ../java_console/models/src/com/rusefi/config/generated/ThermistorState.java ^
|
|
|
|
-c_destination controllers/generated/thermistor.h
|
|
|
|
|
2019-06-17 18:37:11 -07:00
|
|
|
java -DSystemOut.name=gen_config2 ^
|
|
|
|
-cp ../java_tools/ConfigDefinition.jar ^
|
2019-06-17 09:18:55 -07:00
|
|
|
com.rusefi.ldmp.LiveDocsMetaParser ^
|
|
|
|
controllers/sensors/thermistors.cpp ^
|
|
|
|
"../"
|
2019-06-17 18:37:11 -07:00
|
|
|
|
|
|
|
java -DSystemOut.name=gen_config2 ^
|
|
|
|
-cp ../java_tools/ConfigDefinition.jar ^
|
|
|
|
com.rusefi.ldmp.LiveDocsMetaParser ^
|
|
|
|
controllers/sensors/tps.cpp ^
|
|
|
|
"../"
|
2019-06-18 20:23:30 -07:00
|
|
|
|
|
|
|
java -DSystemOut.name=gen_config2 ^
|
|
|
|
-cp ../java_tools/ConfigDefinition.jar ^
|
|
|
|
com.rusefi.ldmp.LiveDocsMetaParser ^
|
|
|
|
controllers/math/speed_density.cpp ^
|
|
|
|
"../"
|