]> git.xonotic.org Git - xonotic/gmqcc.git/blob - PORTING
Faster CRC16 algorithm based on the Slicing-by-8 algorithm, by Michael E. Kounavis...
[xonotic/gmqcc.git] / PORTING
1 Porting gmqcc to a new platform is farily trivial, in most cases ansi.c
2 will be sufficent enough to get it to run on your favorite platform. If
3 however it isn't you can duplicate ansi.c and change it accordingly.
4 Changes to platform.h may also be required.