Renamed the three CPU folders to their final names.

This commit is contained in:
OBattler
2020-06-13 10:54:05 +02:00
parent 395537070b
commit 60ba71cb4b
197 changed files with 9 additions and 32694 deletions

View File

@@ -242,7 +242,7 @@ endif
#########################################################################
# Nothing should need changing from here on.. #
#########################################################################
VPATH := $(EXPATH) . cpu cpu_common \
VPATH := $(EXPATH) . codegen cpu \
cdrom chipset disk floppy game machine \
printer \
sio sound \
@@ -277,7 +277,7 @@ DEPFILE := win/.depends
# Set up the correct toolchain flags.
OPTS := $(EXTRAS) $(STUFF)
OPTS += -Iinclude \
-iquote cpu -iquote cpu_common
-iquote codegen -iquote cpu
ifdef EXFLAGS
OPTS += $(EXFLAGS)
endif

View File

@@ -239,7 +239,7 @@ endif
#########################################################################
# Nothing should need changing from here on.. #
#########################################################################
VPATH := $(EXPATH) . cpu_new cpu_common \
VPATH := $(EXPATH) . codegen_new cpu \
cdrom chipset disk floppy game machine \
printer \
sio sound \
@@ -274,7 +274,7 @@ DEPFILE := win/.depends
# Set up the correct toolchain flags.
OPTS := $(EXTRAS) $(STUFF)
OPTS += -Iinclude \
-iquote cpu_new -iquote cpu_common
-iquote codegen_new -iquote cpu
ifdef EXFLAGS
OPTS += $(EXFLAGS)
endif