forked from Hay1tsme/segatools
util/crc.c: Add simple CRC-32 implementation
This commit is contained in:
@ -7,6 +7,8 @@ util_lib = static_library(
|
||||
capnhook.get_variable('hook_dep'),
|
||||
],
|
||||
sources : [
|
||||
'crc.c',
|
||||
'crc.h',
|
||||
'dprintf.c',
|
||||
'dprintf.h',
|
||||
'setupapi.c',
|
||||
|
Reference in New Issue
Block a user