mirror of
https://github.com/holub/mame
synced 2025-06-07 05:13:46 +03:00
Fix outdated comments
This commit is contained in:
parent
62b6307a1a
commit
84dcf402fb
12
makefile
12
makefile
@ -181,10 +181,10 @@ endif
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
#-------------------------------------------------
|
#-------------------------------------------------
|
||||||
# specify core target: mame, mess, etc.
|
# specify core target: mame, ldplayer
|
||||||
# specify subtarget: mame, mess, tiny, etc.
|
# specify subtarget: mame, arcade, mess, tiny, etc.
|
||||||
# build rules will be included from
|
# build scripts will be run from
|
||||||
# src/$(TARGET)/$(SUBTARGET).mak
|
# scripts/target/$(TARGET)/$(SUBTARGET).lua
|
||||||
#-------------------------------------------------
|
#-------------------------------------------------
|
||||||
|
|
||||||
ifndef TARGET
|
ifndef TARGET
|
||||||
@ -312,8 +312,8 @@ LD := $(SILENT)g++
|
|||||||
|
|
||||||
#-------------------------------------------------
|
#-------------------------------------------------
|
||||||
# specify OSD layer: windows, sdl, etc.
|
# specify OSD layer: windows, sdl, etc.
|
||||||
# build rules will be included from
|
# build scripts will be run from
|
||||||
# src/osd/$(OSD)/$(OSD).mak
|
# scripts/src/osd/$(OSD).lua
|
||||||
#-------------------------------------------------
|
#-------------------------------------------------
|
||||||
|
|
||||||
ifndef OSD
|
ifndef OSD
|
||||||
|
Loading…
Reference in New Issue
Block a user