mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2024-11-23 20:33:05 +00:00
5 lines
257 B
Text
5 lines
257 B
Text
|
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.
|