Skip to content
/ ProQCC Public
forked from lbsmith/ProQCC

ProQCC Quake-C compiler/decompiler

License

Notifications You must be signed in to change notification settings

acyc070/ProQCC

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ProQCC v1.60 [6/18/1997]
Lee Smith <[email protected]>
http://github.com/lbsmith

This is a modification to John Carmack's Quake-C compiler.  It allows for
decompiling to Quake-C native code, compiles over 3 times faster then the standard QCC.

Command line options:
         By default, ProQCC looks for progs.src in the current directory
           -dec [datfile]       : decompile progs.dat
           -src <directory>     : look in a different directory
           -copy <srcdir>       : build a clean data tree
           -pak <srcdir>        : build a clean pak file
           -bspmodels <gamedir> : bsp all bmodels
           -nolog               : does not write error.log if there are
                                  errors during compiling/decompiling

The decompiled code is usually generated correctly, but manual tweaking is sometimes necessary. 

About

ProQCC Quake-C compiler/decompiler

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 99.6%
  • Makefile 0.4%