Commit 2a8db796 authored by claes's avatar claes

Plc option file for each node

parent 0fc9f511
......@@ -147,8 +147,9 @@ CompileRtNode()
{
#link option file exists and is not empty
if [ -s $pwrp_exe/rt_plc_wb.opt ]; then
ld_opt_tmp="`cat $pwrp_exe/rt_plc_wb.opt`"
if [ -s $pwrp_exe/$FileName.opt ]; then
ld_opt_tmp="`cat $pwrp_exe/$FileName.opt`"
ld_opt="`eval echo $ld_opt_tmp`"
else
ld_opt="`eval echo $pwr_obj/rt_io_user.o`"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment