| name | class | c-proc | o-proc | spec | documentation |
|---|---|---|---|---|---|
| symbol | file-categories | symbol | symbol | expression | string |
| file-categories | |||||
| symbol | symbol | symbol | symbol | expression | string |
| dll | none | compile-dll-c-files | update-catalog | ((define "DLL")) | dynamically linked library object file |
| dlls | linkable | compile-dll-c-files | make-dll-archive | ((define "DLL")) | archived dynamically linked library object files |
| lib | required | compile-c-files | make-archive | ((c-lib lib)) | library module |
| exe | required | compile-c-files | link-c-program | executable program |