Now we are back to original behavior, great step forward :)
This commit is contained in:
parent
37fa7efb9f
commit
5178dcb037
|
@ -6,3 +6,10 @@ sh.exe gen_config.sh || (
|
||||||
if exist C:\cygwin ( C:\cygwin\bin\sh.exe gen_config.sh )
|
if exist C:\cygwin ( C:\cygwin\bin\sh.exe gen_config.sh )
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
rem This would automatically copy latest file to 'dev' TS project
|
||||||
|
set ts_path="%HOMEDRIVE%%HOMEPATH%\Documents\TunerStudioProjects"
|
||||||
|
echo %ts_path%
|
||||||
|
cp tunerstudio/rusefi.ini %ts_path%\dev\projectCfg\mainController.ini
|
||||||
|
cp tunerstudio/rusefi_microrusefi.ini %ts_path%\dev_mre\projectCfg\mainController.ini
|
|
@ -32,7 +32,3 @@ java -DSystemOut.name=gen_config_board ^
|
||||||
-prepend tunerstudio/%BOARDNAME%_prefix.txt ^
|
-prepend tunerstudio/%BOARDNAME%_prefix.txt ^
|
||||||
-prepend config/boards/%BOARDNAME%/prepend.txt
|
-prepend config/boards/%BOARDNAME%/prepend.txt
|
||||||
|
|
||||||
|
|
||||||
rem This would automatically copy latest file to 'dev' TS project
|
|
||||||
set ts_path="%HOMEDRIVE%%HOMEPATH%\Documents\TunerStudioProjects\dev\projectCfg"
|
|
||||||
rem cp tunerstudio/rusefi_microrusefi.ini %ts_path%\mainController.ini
|
|
Loading…
Reference in New Issue