* Makefile.in: made to work under Windows
authorJohn Gilmore <gnu@toad.com>
Wed, 15 Feb 1995 02:37:02 +0000 (02:37 +0000)
committerJohn Gilmore <gnu@toad.com>
Wed, 15 Feb 1995 02:37:02 +0000 (02:37 +0000)
commitf395ad02ac4c7790f116b3c01a6ce291357ecb37
tree3a8aa246316bf53747a2358479d8c430a09446d8
parentaecb322a930c6c05fb23b7c5982f27cae09ab97e
* Makefile.in: made to work under Windows
   - added windows only make preamble
   - moved the all target after the objects it depends on
   - used $(OBJEXT) and $(EXEEXT) where needed
   - split crctest into unix rules and windows rules
   - changed file separatars into macros where needed
* crctest.c: changed int to long to work on 16 bit machines
* crc.c: added Windows calling convention to the function
   and casted the assignment of the function.
[There's a minor problem -- the cast should be fixed another way --
 but I'll check it in this way and then Keith will fix it.]

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4949 dc483132-0cff-0310-8789-dd5450dbe970
src/lib/crypto/crc32/ChangeLog
src/lib/crypto/crc32/Makefile.in
src/lib/crypto/crc32/crc.c
src/lib/crypto/crc32/crctest.c