TCC.OutputType

Output type.

Values

ValueMeaning
memoryTCC_OUTPUT_MEMORY

Output will be run const memory (default)

exeTCC_OUTPUT_EXE

Executable file

dllTCC_OUTPUT_DLL

Dynamic library

objTCC_OUTPUT_OBJ

Object file

preprocessTCC_OUTPUT_PREPROCESS

Only preprocess (used internally)

Meta