makefile: update some outdated stuff

This commit is contained in:
hap 2023-09-25 15:36:19 +02:00
parent cb18d1f8c9
commit 8d3545d731

View file

@ -103,7 +103,7 @@
# QT_HOME = /usr/lib64/qt48/
# SOURCES = src/mame/atari/asteroid.cpp,src/mame/cinemat/cchasm.cpp
# SOURCES = src/mame/atari/asteroid.cpp,src/mame/cinematronics/cchasm.cpp
# SOURCEFILTER = mydrivers.flt
@ -236,7 +236,7 @@ endif
#-------------------------------------------------
# specify core target: mame, ldplayer
# specify subtarget: mame, arcade, mess, tiny, etc.
# specify subtarget: mame, tiny, etc.
# build scripts will be run from
# scripts/target/$(TARGET)/$(SUBTARGET).lua
#-------------------------------------------------
@ -983,8 +983,6 @@ SRC = src
3RDPARTY = 3rdparty
ifeq ($(SUBTARGET_FULL),mame)
PROJECT_NAME := $(SUBTARGET_FULL)
else ifeq ($(SUBTARGET_FULL),mess)
PROJECT_NAME := $(SUBTARGET_FULL)
else
PROJECT_NAME := $(TARGET)$(SUBTARGET_FULL)
endif