summaryrefslogtreecommitdiff
path: root/test/MakeWin32Make.pl
diff options
context:
space:
mode:
Diffstat (limited to 'test/MakeWin32Make.pl')
-rw-r--r--test/MakeWin32Make.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/MakeWin32Make.pl b/test/MakeWin32Make.pl
index 4d95511ee..d9c51b4a6 100644
--- a/test/MakeWin32Make.pl
+++ b/test/MakeWin32Make.pl
@@ -24,6 +24,7 @@ while ($t = <$srcfl>) {
$t =~ s|-I\$\(INCDIR\)|\/I "\$\(INCDIR\)"|;
$t =~ s|\.\.\/libapr\.a|\.\./LibD/apr\.lib|;
if ($t =~ s|\@EXEEXT\@|\.exe|) {
+ while ($t =~ s|\@EXEEXT\@|\.exe|) {}
$t =~ s|\$\(CC\) \$\(CFLAGS\)|\$\(LINK\) \/subsystem:console|;
$t =~ s|-o (\S+)|\/out:\"$1\"|;
$t =~ s|--export-dynamic ||;