The Big Refactoring of 2019: folder structure #723

This commit is contained in:
rusefi 2019-06-15 22:11:43 -04:00
parent 116897ba63
commit b8b62d3cf1
4 changed files with 3 additions and 4774 deletions

File diff suppressed because it is too large Load Diff

View File

@ -29,5 +29,6 @@ CONTROLLERS_SRC_CPP = \
CONTROLLERS_INC=\
$(CONTROLLERS_DIR) \
$(CONTROLLERS_DIR)/scheduling \
$(CONTROLLERS_DIR)/generated \
$(CONTROLLERS_DIR)/actuators \

View File

@ -13,8 +13,8 @@ java -Drusefi.generator.lazyfile.enabled=true ^
-definition integration\rusefi_config.txt ^
-romraider integration ^
-ts_destination tunerstudio ^
-c_defines controllers\algo\rusefi_generated.h ^
-c_destination controllers\algo\engine_configuration_generated_structures.h ^
-c_defines controllers\generated\rusefi_generated.h ^
-c_destination controllers\generated\engine_configuration_generated_structures.h ^
-java_destination ../java_console/models/src/com/rusefi/config/Fields.java ^
-romraider_destination ../java_console/rusefi.xml ^
-skip build/config.gen