Kaydet (Commit) 923a835c authored tarafından Rüdiger Timm's avatar Rüdiger Timm

#i10000# Move list of obligatory modules ('ADDED_MODULES'), needed for SO…

#i10000# Move list of obligatory modules ('ADDED_MODULES'), needed for SO internal use only, out of cws.pl into sdev300.ini
üst 1940d871
......@@ -997,22 +997,13 @@ sub relink_workspace {
my $linkdir = shift;
my $restore = shift;
# The list if obligatory added modules, build will not work
# The list of obligatorily added modules, build will not work
# if these are not present.
my @added_modules = ('solenv',
'default_images',
'custom_images',
'ooo_custom_images',
'external_images',
'postprocess',
'instset_native',
'instsetoo_native',
'smoketest_native',
'smoketestoo_native');
my %added_modules_hash;
for (@added_modules) {
$added_modules_hash{$_}++;
if (defined $ENV{ADDED_MODULES}) {
for ( split /\s/, $ENV{ADDED_MODULES} ) {
$added_modules_hash{$_}++;
}
}
# clean out pre-existing linkdir
......
......@@ -14,6 +14,7 @@ common
}
common
{
ADDED_MODULES solenv default_images custom_images ooo_custom_images external_images postprocess instset_native instsetoo_native smoketest_native smoketestoo_native
BIG_SVX TRUE
BMP_WRITES_FLAG TRUE
BTARGET 1
......
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