only:renaming JZ files
This commit is contained in:
parent
eb276fec7b
commit
c52a555d03
|
@ -36,7 +36,7 @@ ENGINES_SRC_CPP = $(PROJECT_DIR)/config/engines/ford_aspire.cpp \
|
|||
$(PROJECT_DIR)/config/engines/vw.cpp \
|
||||
$(PROJECT_DIR)/config/engines/vw_b6.cpp \
|
||||
$(PROJECT_DIR)/config/engines/canam.cpp \
|
||||
$(PROJECT_DIR)/config/engines/toyota_jzs147.cpp \
|
||||
$(PROJECT_DIR)/config/engines/toyota_jz.cpp \
|
||||
$(PROJECT_DIR)/config/engines/toyota_1NZ_FE.cpp \
|
||||
$(PROJECT_DIR)/config/engines/ford_festiva.cpp \
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* @file toyota_jzs147.cpp
|
||||
* @file toyota_jz.cpp
|
||||
*
|
||||
* toyota aristo
|
||||
* https://en.wikipedia.org/wiki/Lexus_GS
|
||||
|
@ -19,7 +19,7 @@
|
|||
|
||||
#include "pch.h"
|
||||
|
||||
#include "toyota_jzs147.h"
|
||||
#include "toyota_jz.h"
|
||||
#include "custom_engine.h"
|
||||
#include "mazda_miata_vvt.h"
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* @file toyota_jzs147.h
|
||||
* @file toyota_jz.h
|
||||
*
|
||||
* @date Dec 30, 2015
|
||||
* @author Andrey Belomutskiy, (c) 2012-2020
|
|
@ -75,7 +75,7 @@
|
|||
#include "sachs.h"
|
||||
#include "vw.h"
|
||||
#include "vw_b6.h"
|
||||
#include "toyota_jzs147.h"
|
||||
#include "toyota_jz.h"
|
||||
#include "toyota_1NZ_FE.h"
|
||||
#include "mitsubishi_3A92.h"
|
||||
#include "mitsubishi_4G93.h"
|
||||
|
|
Loading…
Reference in New Issue