Target Language Compiler | ![]() ![]() |
Filenames and Search Paths
All target files have the .tlc
extension. By default, block-level files have the same name as the Type
of the block in which they appear. You can override the search path for target files with your own local versions. The Target Language Compiler finds all target files along this path. If you specify additional search paths with the -I
switch of the tlc
command or via the %addincludepath
directive, they will be searched after the current working directory, and in the order in which you specify them.
![]() | Command Line Arguments | Debugging TLC Files | ![]() |