mirror of
https://github.com/libretro/mame2003-plus-libretro.git
synced 2024-11-24 00:39:52 +00:00
Some more Makefile cleanups
This commit is contained in:
parent
afdd89c110
commit
c9e630651e
12
Makefile
12
Makefile
@ -23,9 +23,6 @@ endif
|
||||
# uncomment next line to use DRC MIPS3 engine
|
||||
# X86_MIPS3_DRC = 1
|
||||
|
||||
# uncomment next line to use cygwin compiler
|
||||
# COMPILESYSTEM_CYGWIN = 1
|
||||
|
||||
MAMEOS = libretro
|
||||
|
||||
# CPU core include paths
|
||||
@ -87,10 +84,6 @@ OBJDIRS += $(OBJ)/mess $(OBJ)/mess/systems $(OBJ)/mess/machine \
|
||||
$(OBJ)/mess/vidhrdw $(OBJ)/mess/sndhrdw $(OBJ)/mess/tools
|
||||
endif
|
||||
|
||||
ifeq ($(TARGET),mmsnd)
|
||||
OBJDIRS += $(OBJ)/mmsnd $(OBJ)/mmsnd/machine $(OBJ)/mmsnd/drivers $(OBJ)/mmsnd/sndhrdw
|
||||
endif
|
||||
|
||||
include src/$(MAMEOS)/$(MAMEOS).mak
|
||||
all: maketree $(EMULATOR)
|
||||
|
||||
@ -106,11 +99,6 @@ DBGDEFS =
|
||||
DBGOBJS =
|
||||
endif
|
||||
|
||||
ifdef COMPILESYSTEM_CYGWIN
|
||||
CFLAGS += -mno-cygwin
|
||||
LDFLAGS += -mno-cygwin
|
||||
endif
|
||||
|
||||
# platform .mak files will want to add to this
|
||||
ifeq ($(STATIC_LINKING),1)
|
||||
CFLAGS += -Isrc/libretro/includes/zlib
|
||||
|
Loading…
Reference in New Issue
Block a user