mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
makefile: update some outdated stuff
This commit is contained in:
parent
cb18d1f8c9
commit
8d3545d731
1 changed files with 2 additions and 4 deletions
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 a new issue