wrowe 01/08/16 20:54:13
Modified: build cvtdsp.pl
Log:
Eliminate the cvtdsp -6 transformation back to the /ZI debugging flag,
leave it at /Zi. We can add another cvtdsp -ZI option to toggle that,
if folks would like.
Revision Changes Path
1.5 +0 -6 apr/build/cvtdsp.pl
Index: cvtdsp.pl
===================================================================
RCS file: /home/cvs/apr/build/cvtdsp.pl,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- cvtdsp.pl 2001/08/02 21:37:52 1.4
+++ cvtdsp.pl 2001/08/17 03:54:13 1.5
@@ -76,12 +76,6 @@
if ($src =~ s|Format Version 5\.00|Format Version 6\.00|) {
$verchg = -1;
}
- if ($src =~ s|^(# ADD CPP .*)/Zi (.*)|$1/ZI $2|) {
- $verchg = -1;
- }
- if ($src =~ s|^(# ADD BASE CPP .*)/Zi (.*)|$1/ZI $2|) {
- $verchg = -1;
- }
if ($src =~ s|^(!MESSAGE .*)\\\n|$1|) {
$cont = <$srcfl>;
$src = $src . $cont;