From: Dale Weiler Date: Fri, 11 Oct 2013 08:55:26 +0000 (-0400) Subject: Add a porting guide X-Git-Tag: 0.3.5~35^2~2^2~7 X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fgmqcc.git;a=commitdiff_plain;h=dab528acda7d39ec344a90506d752082738b43a1 Add a porting guide --- diff --git a/PORTING b/PORTING new file mode 100644 index 0000000..bbdb274 --- /dev/null +++ b/PORTING @@ -0,0 +1,4 @@ +Porting gmqcc to a new platform is farily trivial, in most cases ansi.c +will be sufficent enough to get it to run on your favorite platform. If +however it isn't you can duplicate ansi.c and change it accordingly. +Changes to platform.h may also be required.