blob: fc0bb038e74e9fed5dd56f59579c110e569a1c6d (
plain) (
blame)
1
2
3
4
5
6
7
|
This is a modification to the Quake-C compiler from id Software. It allows
for creating a `progs.dat' which cannot be decompiled to Quake-C source code.
As an added bonus a `progs.dat' which cannot be decompiled is a lot smaller.
The compiler also has a C compatible precompiler. A description of the
precompiler directives can be found in a regular C manual.
WWW: http://wiki.quakesrc.org/index.php?pagename=MEQCC
|