mirror of
https://github.com/holub/mame
synced 2025-05-06 14:25:54 +03:00
removed obsolete include and corrected SDLMAME_ARCH quoting in sdl.mak (nw)
This commit is contained in:
parent
f3e7bd7fd2
commit
d10ce2efeb
@ -410,7 +410,7 @@ OSDOBJS += $(SDLOBJ)/draw13.o
|
||||
endif
|
||||
|
||||
# add an ARCH define
|
||||
DEFS += "-DSDLMAME_ARCH=$(ARCHOPTS)" -DSYNC_IMPLEMENTATION=$(SYNC_IMPLEMENTATION)
|
||||
DEFS += -DSDLMAME_ARCH="$(ARCHOPTS)" -DSYNC_IMPLEMENTATION=$(SYNC_IMPLEMENTATION)
|
||||
|
||||
#-------------------------------------------------
|
||||
# Generic defines and additions
|
||||
@ -418,9 +418,6 @@ DEFS += "-DSDLMAME_ARCH=$(ARCHOPTS)" -DSYNC_IMPLEMENTATION=$(SYNC_IMPLEMENTATION
|
||||
|
||||
OSDCLEAN = sdlclean
|
||||
|
||||
# add the debugger includes
|
||||
INCPATH += -Isrc/debug
|
||||
|
||||
# copy off the include paths before the sdlprefix & sdl-config stuff shows up
|
||||
MOCINCPATH := $(INCPATH)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user