Search
lxdream.org :: lxdream/src/Makefile.am :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/Makefile.am
changeset 43:0cf3e339cc59
prev26:ad258e3daaa5
next54:d8b73031289c
author nkeynes
date Tue Dec 27 08:41:22 2005 +0000 (18 years ago)
permissions -rw-r--r--
last change Fix output list click
Fix mmr column widths
Fix run-to for ARM
file annotate diff log raw
1.1 --- a/src/Makefile.am Sat Dec 24 08:02:18 2005 +0000
1.2 +++ b/src/Makefile.am Tue Dec 27 08:41:22 2005 +0000
1.3 @@ -10,14 +10,14 @@
1.4
1.5 dream_SOURCES = \
1.6 main.c \
1.7 - mem.c mem.h mmio.h \
1.8 + mem.c mem.h mmio.h watch.c \
1.9 asic.c asic.h \
1.10 pvr2.c pvr2.h \
1.11 gdrom/ide.c gdrom/ide.h \
1.12 video.c dreamcast.c dreamcast.h \
1.13 sh4/intc.c sh4/intc.h sh4/sh4mem.c sh4/timer.c \
1.14 sh4/sh4core.c sh4/sh4core.h sh4/sh4dasm.c sh4/sh4dasm.h \
1.15 - sh4/sh4mmio.c sh4/sh4mmio.h sh4/scif.c sh4/watch.c \
1.16 + sh4/sh4mmio.c sh4/sh4mmio.h sh4/scif.c \
1.17 aica/armcore.c aica/armcore.h aica/armdasm.c aica/armmem.c \
1.18 aica/aica.c aica/aica.h \
1.19 maple/maple.c maple/maple.h \
.