Moved CRC32 from core to logic (no bug, r=me).

This commit is contained in:
David Anderson
2010-01-18 03:08:52 -08:00
parent 5e48b49b7e
commit 94d01e9e5a
13 changed files with 19 additions and 151 deletions
+2 -1
View File
@@ -29,7 +29,8 @@ files = [
'smn_textparse.cpp',
'smn_adt_trie.cpp',
'Profiler.cpp',
'smn_functions.cpp'
'smn_functions.cpp',
'sm_crc32.cpp'
]
if AMBuild.target['platform'] == 'windows':
files.append('thread/WinThreads.cpp')