Commit bc694fb6 authored by Claes Sjofors's avatar Claes Sjofors

Build fixes

parent ce51fcd3
......@@ -3,7 +3,7 @@ link_rule_mk := 1
link = $(ldxx) $(linkflags) $(domap) -o $(export_exe) \
$(export_obj) $(objects) $(rt_msg_objs) $(pwr_obj)/dtt_rttsys.o\
$(pwr_obj)/rt_io_user.o $(pwr_lib)/libpwr_dtt.a\
-lpwr_rt -lpwr_co -lpwr_msg_dummy -lrpcsvc -lpthread -lm -lrt -lcrypt
$(pwr_obj)/rt_io_user.o $(pwr_lib)/libpwr_dtt.a -L$(pwr_elib)\
-lpwr_rt -lpwr_co -lpwr_flow -lpwr_msg_dummy -lrpcsvc -lpthread -lm -lrt -lcrypt
endif
......@@ -602,13 +602,13 @@ sub build_all ()
_build("lib", "rt", $flavour, "all");
_build("exp", "rt", "src", "all");
_build("lib", "msg_dummy", "src", "all");
_build("exe", "wb_rtt", "src", "all");
_build("lib", "dtt", "src", "all");
_build("exp", "rt", "src", "all");
_build("lib", "statussrv", "src", "all");
_build("exp", "stdsoap2", "src", "all");
}
if ( $exe == 1) {
_build("exe", "wb_rtt", "src", "all");
_build("lib", "dtt", "src", "all");
_build("exe", "rt*", "src", "all");
_build("exe", "co*", $flavour, "all");
_build("exe", "pwr_user", "src", "all");
......
......@@ -28,7 +28,6 @@ Io
XttGraph
WebGraph
OpPlace
RttConfig
WebHandler
PlcProcess
PlcThread
......
......@@ -2,6 +2,6 @@ ifndef link_rule_mk
link_rule_mk := 1
link = $(ldxx) $(elinkflags) $(domap) -o $(export_exe) \
$(export_obj) -lpwr_ge -lpwr_glow -lpwr_flow -lpwr_rt -lpwr_co -lpwr_msg_dummy
$(export_obj) -lpwr_ge -lpwr_glow -lpwr_rt -lpwr_co -lpwr_flow -lpwr_msg_dummy
endif
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