Commit 07ecb424 authored by claes's avatar claes

*** empty log message ***

parent 6a803dca
......@@ -14,3 +14,4 @@
080115 cs bcomp Bugfix in BaseMotorAggr. Backup on runningtime object didn't work.
080222 cs bcomp CompModePid: Input limit for setvalue in object graph fetched from MinSet and MaxSet.
080317 cs bcomp General Frequencyconverter classes for Profibus PPO5 and PPO3 protocol, with motor, fan and pump aggregates.
080404 cs bcomp Connections replaced with lines in graphs to enable usage in subwindows.
\ No newline at end of file
!
! Proview $Id: glow_msg.msg,v 1.4 2005-09-01 14:58:00 claes Exp $
! Proview $Id: glow_msg.msg,v 1.5 2008-04-07 14:58:30 claes Exp $
! Copyright (C) 2005 SSAB Oxelösund AB.
!
! This program is free software; you can redistribute it and/or
......@@ -17,7 +17,7 @@
! Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
!
.facility FLOW,313 /prefix = GLOW__ !
.facility GLOW,313 /prefix = GLOW__ !
success <successful completion> /succ
noelem <No such element> /error
......
!
! Proview $Id: wb_ldh_msg.msg,v 1.16 2008-02-05 07:41:56 claes Exp $
! Proview $Id: wb_ldh_msg.msg,v 1.17 2008-04-07 14:58:30 claes Exp $
! Copyright (C) 2005 SSAB Oxelsund AB.
!
! This program is free software; you can redistribute it and/or
......@@ -130,4 +130,4 @@ newfile <New file> /info
confirm <Confirm required> /info
db <Database error> /error
noserver <Server not configured> /error
lockstolen <Database lock is stolen> /error
......@@ -80,3 +80,5 @@
080305 cs ge Min and MaxValue in ValueInput for DeltaTimes added.
080320 cs ge Bugfix in position and size of option menu near lower window border.
080401 cs xtt Bugfix in Jop, java process stopped at termination of xtt.
080403 cs flow Bugrix for unbalanced paranthesis in pdf texts.
......@@ -2,7 +2,7 @@ ifndef link_rule_mk
link_rule_mk := 1
link = $(ldxx) $(elinkflags) $(domap) -o $(pwr_exe)/wb_ge_gtk \
$(bld_dir)/wb_ge_gtk.o $(wb_msg_eobjs) $(rt_msg_eobjs) \
$(bld_dir)/wb_ge_gtk.o $(wb_msg_eobjs) $(rt_msg_eobjs) $(pwr_eobj)/pwr_msg_glow.o\
$(pwr_eobj)/rt_io_user.o $(pwr_eobj)/wb_provider.o -L/usr/X11R6/lib \
-L/usr/local/BerkeleyDB.4.0/lib \
-L/opt/gnome/lib \
......
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