The Big Refactoring of 2019: folder structure #723
This commit is contained in:
parent
3632f5f787
commit
72a710ffd5
|
@ -29,5 +29,6 @@ CONTROLLERS_SRC_CPP = \
|
|||
CONTROLLERS_INC=\
|
||||
$(CONTROLLERS_DIR) \
|
||||
$(CONTROLLERS_DIR)/scheduling \
|
||||
$(CONTROLLERS_DIR)/generated \
|
||||
$(CONTROLLERS_DIR)/actuators \
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// this section was generated automatically by ConfigDefinition.jar based on integration\rusefi_config.txt Sat Jun 15 13:52:19 EDT 2019
|
||||
// this section was generated automatically by ConfigDefinition.jar based on integration\rusefi_config.txt Sat Jun 15 21:58:40 EDT 2019
|
||||
// begin
|
||||
#ifndef CONTROLLERS_ALGO_ENGINE_CONFIGURATION_GENERATED_STRUCTURES_H
|
||||
#define CONTROLLERS_ALGO_ENGINE_CONFIGURATION_GENERATED_STRUCTURES_H
|
||||
#ifndef CONTROLLERS_GENERATED_ENGINE_CONFIGURATION_GENERATED_STRUCTURES_H
|
||||
#define CONTROLLERS_GENERATED_ENGINE_CONFIGURATION_GENERATED_STRUCTURES_H
|
||||
#include "rusefi_types.h"
|
||||
// start of pid_s
|
||||
struct pid_s {
|
||||
|
@ -2809,4 +2809,4 @@ typedef struct persistent_config_s persistent_config_s;
|
|||
|
||||
#endif
|
||||
// end
|
||||
// this section was generated automatically by ConfigDefinition.jar based on integration\rusefi_config.txt Sat Jun 15 13:52:19 EDT 2019
|
||||
// this section was generated automatically by ConfigDefinition.jar based on integration\rusefi_config.txt Sat Jun 15 21:58:40 EDT 2019
|
|
@ -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