Commit 06b0c697 authored by claes's avatar claes

otherio added

parent 265c9b23
......@@ -251,6 +251,9 @@ sub build_all_modules ()
_module("othermanu");
build_all( $flavour);
merge();
_module("otherio");
build_all( $flavour);
merge();
_module("abb");
build_all( $flavour);
merge();
......@@ -372,6 +375,11 @@ sub build_all_wbl ()
system( "rm $load_dir/*.dbs");
_build("wbl", "mcomp", "src", "lib");
merge();
_module("otherio");
my($load_dir) = $ENV{"pwr_load"};
system( "rm $load_dir/*.dbs");
_build("wbl", "mcomp", "src", "lib");
merge();
_module("rt");
}
......@@ -472,6 +480,8 @@ sub create_all_modules ()
create();
_module("othermanu");
create();
_module("otherio");
create();
_module("abb");
create();
_module("siemens");
......
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