diff options
Diffstat (limited to 'icu')
-rw-r--r-- | icu/createmak.pl | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/icu/createmak.pl b/icu/createmak.pl index 891c5e33a778..3786ec1d1069 100644 --- a/icu/createmak.pl +++ b/icu/createmak.pl @@ -364,12 +364,6 @@ sub createMakDepSection #01.04.2008 13:36 { $line =~ s/CPP_PROJ=/CPPX_PROJ=/; $line =~ s/-Za/-Ze/; - if ( $nonpro ) - { - # if non product link against debug libraries - $line =~ s/-MD/-MDd/; - $line =~ s/-MT/-MTd/; - } push @{$ref_make_file}, $line; } } @@ -703,12 +697,6 @@ sub print_flags #18.04.2008 14:19 @template = @{$template_hash{$switch}}; foreach $line(@template) { - if ( $nonpro ) - { - # if non product link against debug libraries - $line =~ s/-MD/-MDd/; - $line =~ s/-MT/-MTd/; - } print MAKFILE $line; } } |