implemented new code splitting mechanism (split to equal slices)
[deliverable/titan.core.git] / regression_test / XML / XmlWorkflow / bin / prj2mk.pl
index 987bd6461651ac296630ed087a3e4704cc4241a9..fcb4b6454e94dab09e7f39ed41d0bab80e6798c8 100644 (file)
@@ -11,6 +11,7 @@
 #   Kovacs, Ferenc
 #   Pandi, Krisztian
 #   Raduly, Csaba
+#   Szabo, Bence Janos
 #
 ###############################################################################
 
@@ -44,7 +45,7 @@ do {
 } unless $prj_dir =~ s!/[^/]+$!/!;
 
 # Pick up parameters from the environment
-my $split = defined $ENV{CODE_SPLIT} ? '-Utype' : '';
+my $split = defined $ENV{SPLIT_FLAG} ? $ENV{SPLIT_FLAG} : '';
 my $rt2   = defined $ENV{RT2}        ? '-R'     : '';
 
 my %files;
This page took 0.026907 seconds and 5 git commands to generate.