plc___.opt

Note! This file is deprecated since V4.8.2. A BuildOptions object should be used instead.

This file (if it exists) will be used as the link options when I build the plc-program.
ProviewR by default links against some libraries and object-files. If you have your own
opt-file you need to include these. A default opt-file would look like:

$pwr_obj/rt_io_user.o -lpwr_rt -lpwr_usbio_dummy -lpwr_usb_dummy -lpwr_pnak_dummy
  -lpwr_cifx_dummy -lpwr_nodave_dummy -lpwr_epl_dummy

Add your own libraries at will. The syntax to be used is the syntax for ld (The GNU linker). ProviewR
will create a template option file .opt_template that can be renamed to .opt and used as a template.