summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build/cvtdsp.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/cvtdsp.pl b/build/cvtdsp.pl
index 49f12c698..5394eb58e 100644
--- a/build/cvtdsp.pl
+++ b/build/cvtdsp.pl
@@ -144,7 +144,7 @@ sub tovc2005 {
if ($src =~ s|(\bLINK32.*) /machine:I386(.*)|$1$2|) {
$verchg = -1;
}
- if ($src =~ s|^(# ADD RSC .*)/d ([^ ="]+)="([^"]+)"|$1/d "$2=$3"|) {
+ while ($src =~ s|^(# ADD RSC .*)/d ([^ ="]+)="([^"]+)"|$1/d "$2=$3"|) {
$verchg = -1;
}
print $dstfl $src;