From fc404813a2e9bc5d27bfed290baa78947d7588cc Mon Sep 17 00:00:00 2001 From: "simon.kagstrom" Date: Mon, 20 Apr 2009 18:20:41 +0000 Subject: [PATCH] Correct wii build --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index d8d5338..e1ef6cc 100644 --- a/Makefile +++ b/Makefile @@ -60,11 +60,11 @@ export DEPSDIR := $(CURDIR)/$(BUILD) #--------------------------------------------------------------------------------- # automatically build a list of object files for our project #--------------------------------------------------------------------------------- -CFILES := gcaudio.c +CFILES := gcaudio.c menutexts.c d64-read.c CPPFILES := Display.cpp main.cpp Prefs.cpp SID.cpp REU.cpp IEC.cpp 1541fs.cpp \ 1541d64.cpp 1541t64.cpp 1541job.cpp SAM.cpp C64_SC.cpp CPUC64_SC.cpp VIC_SC.cpp \ CIA_SC.cpp CPU1541_SC.cpp menu.cpp CPU_common.cpp VirtualKeyboard.cpp \ - Network.cpp menutexts.c + Network.cpp sFILES := SFILES := $(foreach dir,$(SOURCES),$(notdir $(wildcard $(dir)/*.S))) BINFILES := $(foreach dir,$(DATA),$(notdir $(wildcard $(dir)/*.*)))