From c9e630651e492fd9e33814f65040e38d05ce19b9 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Tue, 3 Nov 2015 17:17:44 +0100 Subject: [PATCH] Some more Makefile cleanups --- Makefile | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/Makefile b/Makefile index b976cd78..40a2d314 100644 --- a/Makefile +++ b/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