Added CRC_USE_TABLE option for CRC in MS/TP.

This commit is contained in:
skarg
2007-09-07 06:46:01 +00:00
parent 62a7475817
commit 9b7db6360f
2 changed files with 136 additions and 0 deletions
+1
View File
@@ -5,6 +5,7 @@ BASEDIR = .
# -g for debugging with gdb
#CFLAGS = -Wall -I. -g
CFLAGS = -Wall -I. -Itest -DTEST -DTEST_CRC -g
#CFLAGS = -Wall -I. -Itest -DTEST -DTEST_CRC -DCRC_USE_TABLE -g
OBJS = crc.o test/ctest.o