diff options
Diffstat (limited to 'emulators/stella/files/patch-src::ui::sound::makefile')
-rw-r--r-- | emulators/stella/files/patch-src::ui::sound::makefile | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/emulators/stella/files/patch-src::ui::sound::makefile b/emulators/stella/files/patch-src::ui::sound::makefile deleted file mode 100644 index 037b08b5012f..000000000000 --- a/emulators/stella/files/patch-src::ui::sound::makefile +++ /dev/null @@ -1,14 +0,0 @@ ---- src/ui/sound/makefile.orig Fri Dec 28 04:54:36 2001 -+++ src/ui/sound/makefile Tue Jan 7 09:10:08 2003 -@@ -1,9 +1,9 @@ - ############################################################################### - ## C compiler to use - ############################################################################### --CC = gcc -+CC ?= gcc - --CFLAGS = -DWIN32 -O -ansi -Wall -+CFLAGS += -DWIN32 - - OBJS = TIASound.o - |