# Tiny-Cobol Compiler options file
#
#ANS85 - not implemented
#NOANS85 - not implemented
#COPYEXT - specify copy file extension - not implemented
#COPYLIBR - Specify location of copy files - not implemented
#COPYLIST - print contents of copy file in listing - not implemented
#NOCOPYLIST - - not implemented
LIST - Generate list output
#NOLIST - Do not generate listing output

#LD_PATH: Paths to pass to LD
#LD_LIBS: Libs to pass to LD

#LD_PATH: -L/usr/lib -L/opt/cobol/lib 
LD_PATH: -L/usr/lib -L/usr/local/lib 
#LD_LIBS: -lhtcobol -ldb -lm -lreadline
LD_LIBS: -lhtcobol -ldb -lm
#XREF - generate sumbolic cross-ref in listing - not implimented
#NOXREF - not implemented
#COPYBOOKS_PATH: -Ipath - not implimented 
