summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src/lib.lua
diff options
context:
space:
mode:
author Nathan Woods <npwoods@mess.org>2016-07-23 12:49:33 -0400
committer Nathan Woods <npwoods@mess.org>2016-07-23 12:49:33 -0400
commit4aa0ab1724e8fe19775d6be982ec312604a2a6b3 (patch)
tree14f54f2739422cb8640c7b51ffd2af8bc7271114 /scripts/src/lib.lua
parent4423c242a693c37fbb4edc50f17c02cdf98abd88 (diff)
Moved src/emu/hash.[cpp|h] into src/lib/util, and namespaced that code (and hashing.[cpp|h]) into util::
Diffstat (limited to 'scripts/src/lib.lua')
-rw-r--r--scripts/src/lib.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/src/lib.lua b/scripts/src/lib.lua
index 00bc51897d8..7353c87c1d9 100644
--- a/scripts/src/lib.lua
+++ b/scripts/src/lib.lua
@@ -56,6 +56,8 @@ project "utils"
MAME_DIR .. "src/lib/util/flac.h",
MAME_DIR .. "src/lib/util/harddisk.cpp",
MAME_DIR .. "src/lib/util/harddisk.h",
+ MAME_DIR .. "src/lib/util/hash.cpp",
+ MAME_DIR .. "src/lib/util/hash.h",
MAME_DIR .. "src/lib/util/hashing.cpp",
MAME_DIR .. "src/lib/util/hashing.h",
MAME_DIR .. "src/lib/util/huffman.cpp",