Added MS/TP crc calculating demo application to use when writing articles that include example MS/TP code.

This commit is contained in:
skarg
2012-02-07 23:54:15 +00:00
parent 6c5fe45769
commit 9226159c5d
5 changed files with 409 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
@echo off
echo Build with MinGW and MSYS: mingw.sourceforge.net
rem set PATH=C:\MinGW\msys\1.0\bin;C:\MinGW\bin
rem assumes rm, cp, size are already in path
set CC=gcc
set AR=ar
set MAKE=make
set TARGET_EXT=.exe
make clean all