removed obsolete include and corrected SDLMAME_ARCH quoting in sdl.mak (nw)

This commit is contained in:
Oliver Stöneberg 2014-03-10 16:18:44 +00:00
parent f3e7bd7fd2
commit d10ce2efeb

View File

@ -410,7 +410,7 @@ OSDOBJS += $(SDLOBJ)/draw13.o
endif endif
# add an ARCH define # add an ARCH define
DEFS += "-DSDLMAME_ARCH=$(ARCHOPTS)" -DSYNC_IMPLEMENTATION=$(SYNC_IMPLEMENTATION) DEFS += -DSDLMAME_ARCH="$(ARCHOPTS)" -DSYNC_IMPLEMENTATION=$(SYNC_IMPLEMENTATION)
#------------------------------------------------- #-------------------------------------------------
# Generic defines and additions # Generic defines and additions
@ -418,9 +418,6 @@ DEFS += "-DSDLMAME_ARCH=$(ARCHOPTS)" -DSYNC_IMPLEMENTATION=$(SYNC_IMPLEMENTATION
OSDCLEAN = sdlclean OSDCLEAN = sdlclean
# add the debugger includes
INCPATH += -Isrc/debug
# copy off the include paths before the sdlprefix & sdl-config stuff shows up # copy off the include paths before the sdlprefix & sdl-config stuff shows up
MOCINCPATH := $(INCPATH) MOCINCPATH := $(INCPATH)