diff options
author | 2016-06-26 07:54:27 -0400 | |
---|---|---|
committer | 2016-06-26 08:12:07 -0400 | |
commit | 5009b55430ba99295c0d7a31b336c61795f6cec3 (patch) | |
tree | e1e22ab3e5ee9661e40a1549bd0030e07edb8232 /scripts/src | |
parent | 3232bfad8909240fe18a63fe1c5090efe09bf626 (diff) |
Introduced src/lib/util/timeconv.[c|h], moved code from un7z.cpp into it, and implemented win_time_point_from_filetime() in terms of it
Diffstat (limited to 'scripts/src')
-rw-r--r-- | scripts/src/lib.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/src/lib.lua b/scripts/src/lib.lua index 2352dd6a3a3..394fe189038 100644 --- a/scripts/src/lib.lua +++ b/scripts/src/lib.lua @@ -80,6 +80,8 @@ project "utils" MAME_DIR .. "src/lib/util/sha1.cpp", MAME_DIR .. "src/lib/util/sha1.h", MAME_DIR .. "src/lib/util/strformat.h", + MAME_DIR .. "src/lib/util/timeconv.cpp", + MAME_DIR .. "src/lib/util/timeconv.h", MAME_DIR .. "src/lib/util/unicode.cpp", MAME_DIR .. "src/lib/util/unicode.h", MAME_DIR .. "src/lib/util/unzip.cpp", |