summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/emu.mak
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2010-06-17 06:57:05 +0000
committer Miodrag Milanovic <mmicko@gmail.com>2010-06-17 06:57:05 +0000
commitd2a7b5f332d42f1a7d47102cecd4dcadd3d15acd (patch)
tree5e9a339c1cbcdce22804b3f87695b2c8725ebc40 /src/emu/emu.mak
parent861db1eb49e7d1734d07ae8aafce2b6fdd88fece (diff)
hashfile moved from MESS to emu section (needed for now in image support until softlist implementation is finished), this doesn't affect mame side (no whatsnew)mame0138u2
Diffstat (limited to 'src/emu/emu.mak')
-rw-r--r--src/emu/emu.mak1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emu/emu.mak b/src/emu/emu.mak
index 91c964f2a83..55e0923f6be 100644
--- a/src/emu/emu.mak
+++ b/src/emu/emu.mak
@@ -63,6 +63,7 @@ EMUOBJS = \
$(EMUOBJ)/emupal.o \
$(EMUOBJ)/fileio.o \
$(EMUOBJ)/hash.o \
+ $(EMUOBJ)/hashfile.o \
$(EMUOBJ)/info.o \
$(EMUOBJ)/input.o \
$(EMUOBJ)/inputseq.o \