diff options
| author | Michael Pavone <pavone@retrodev.com> | 2016-12-19 13:28:18 -0800 |
|---|---|---|
| committer | Michael Pavone <pavone@retrodev.com> | 2016-12-19 13:28:18 -0800 |
| commit | 7b8127d36a9c6a824da4f1709bdee12c40c631a5 (patch) | |
| tree | 33d0e6914620deaee1296f1672091c5b79793778 /Makefile | |
| parent | 11861fca5815015b2afb712f328195c5f7bc231e (diff) | |
Mostly working changes to allow support for multiple emulated system types in main blastem program
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -125,7 +125,7 @@ Z80OBJS=z80inst.o z80_to_x86.o AUDIOOBJS=ym2612.o psg.o wave.o CONFIGOBJS=config.o tern.o util.o -MAINOBJS=blastem.o genesis.o debug.o gdb_remote.o vdp.o render_sdl.o io.o romdb.o menu.o $(TERMINAL) $(CONFIGOBJS) gst.o $(M68KOBJS) $(TRANSOBJS) $(AUDIOOBJS) +MAINOBJS=blastem.o system.o genesis.o debug.o gdb_remote.o vdp.o render_sdl.o io.o romdb.o menu.o $(TERMINAL) $(CONFIGOBJS) gst.o $(M68KOBJS) $(TRANSOBJS) $(AUDIOOBJS) ifeq ($(CPU),x86_64) CFLAGS+=-DX86_64 -m64 |
