mirror of
https://github.com/holub/mame
synced 2025-04-17 22:13:04 +03:00
makefile: update some outdated stuff
This commit is contained in:
parent
cb18d1f8c9
commit
8d3545d731
6
makefile
6
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
|
||||
|
Loading…
Reference in New Issue
Block a user