only:partial pick to make changes smaller

This commit is contained in:
rusefillc 2024-02-23 19:12:41 -05:00
parent 6586b5c3b2
commit 2e6f2189f8
1 changed files with 9 additions and 6 deletions

View File

@ -42,14 +42,17 @@ UPDATE_FOLDER_SOURCES = \
FOLDER_SOURCES = \
../java_console/bin
UPDATE_CONSOLE_FOLDER_SOURCES = \
../java_console_binary/rusefi_autoupdate.jar \
../java_console_binary/rusefi_console.jar
ifneq ($(BUNDLE_SIMULATOR),no)
SIMULATOR = ../simulator/build/rusefi_simulator.exe
SIMULATOR_OUT = ../simulator/build/rusefi_simulator.exe
endif
CONSOLE_OUT = ../java_console_binary/rusefi_console.jar
AUTOUPDATE_OUT = ../java_console_binary/rusefi_autoupdate.jar
UPDATE_CONSOLE_FOLDER_SOURCES = \
$(CONSOLE_OUT) \
$(AUTOUPDATE_OUT)
CONSOLE_FOLDER_SOURCES = \
../misc/console_launcher/rusefi_autoupdate.exe \
../misc/console_launcher/rusefi_console.exe \
@ -62,7 +65,7 @@ CONSOLE_FOLDER_SOURCES = \
../firmware/ext/openblt/Host/openblt_jni.dll \
../firmware/ext/openblt/Host/libopenblt_jni.so \
../firmware/ext/openblt/Host/libopenblt_jni.dylib \
$(SIMULATOR)
$(SIMULATOR_OUT)
CACERTS_FOLDER_SOURCES = $(wildcard ../misc/console_launcher/update-ts-cacerts/*)