From 8d3545d73109b74b075100aa968ecb64abdadf85 Mon Sep 17 00:00:00 2001 From: hap Date: Mon, 25 Sep 2023 15:36:19 +0200 Subject: [PATCH] makefile: update some outdated stuff --- makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/makefile b/makefile index 59e9f46c709..bd5a442cb71 100644 --- a/makefile +++ b/makefile @@ -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