implemented new code splitting mechanism (split to equal slices)
[deliverable/titan.core.git] / regression_test / XML / XmlWorkflow / bin2 / prj2mk.pl
index 4627d299784f04b36ec5f161302849801c01c977..271bbda8200b7611dab7addca99338b0c1695487 100644 (file)
@@ -8,6 +8,7 @@
 #
 # Contributors:
 #   Balasko, Jeno
+#   Szabo, Bence Janos
 #
 ###############################################################################
 
@@ -41,7 +42,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.024442 seconds and 5 git commands to generate.