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
@@ -25,7 +25,8 @@ OBJECTS = \
smn_textparse.cpp \
smn_adt_trie.cpp \
Profiler.cpp \
smn_functions.cpp
smn_functions.cpp \
sm_crc32.cpp
##############################################
### CONFIGURE ANY OTHER FLAGS/OPTIONS HERE ###