]> git.xonotic.org Git - xonotic/gmqcc.git/blob - PORTING
renaming the length operator to _length and fixing the lexing of that operator, gener...
[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.