The Big Refactoring of 2019: folder structure #723
This commit is contained in:
parent
116897ba63
commit
b8b62d3cf1
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
|
@ -29,5 +29,6 @@ CONTROLLERS_SRC_CPP = \
|
|||
CONTROLLERS_INC=\
|
||||
$(CONTROLLERS_DIR) \
|
||||
$(CONTROLLERS_DIR)/scheduling \
|
||||
$(CONTROLLERS_DIR)/generated \
|
||||
$(CONTROLLERS_DIR)/actuators \
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue