summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Apache.dsp4
-rw-r--r--support/ab.dsp4
-rw-r--r--support/abs.dsp4
-rw-r--r--support/htdbm.dsp4
-rw-r--r--support/htdigest.dsp4
-rw-r--r--support/htpasswd.dsp4
-rw-r--r--support/logresolve.dsp4
-rw-r--r--support/rotatelogs.dsp4
-rw-r--r--support/win32/ApacheMonitor.dsp4
-rw-r--r--support/win32/wintty.dsp4
10 files changed, 20 insertions, 20 deletions
diff --git a/Apache.dsp b/Apache.dsp
index 9047654ac7..a80415e7be 100644
--- a/Apache.dsp
+++ b/Apache.dsp
@@ -106,7 +106,7 @@ SOURCE=.\build\win32\win32ver.awk
InputPath=.\build\win32\win32ver.awk
".\build\win32\Apache.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
- awk -f ./build/win32/win32ver.awk Apache "Apache HTTP Server" ./include/ap_release.h icon=apache.ico > .\build\win32\Apache.rc
+ awk -f ./build/win32/win32ver.awk Apache.exe "Apache HTTP Server" ./include/ap_release.h icon=apache.ico > .\build\win32\Apache.rc
# End Custom Build
@@ -117,7 +117,7 @@ InputPath=.\build\win32\win32ver.awk
InputPath=.\build\win32\win32ver.awk
".\build\win32\Apache.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
- awk -f ./build/win32/win32ver.awk Apache "Apache HTTP Server" ./include/ap_release.h icon=apache.ico > .\build\win32\Apache.rc
+ awk -f ./build/win32/win32ver.awk Apache.exe "Apache HTTP Server" ./include/ap_release.h icon=apache.ico > .\build\win32\Apache.rc
# End Custom Build
diff --git a/support/ab.dsp b/support/ab.dsp
index 9233fc8867..0ca5d6afaa 100644
--- a/support/ab.dsp
+++ b/support/ab.dsp
@@ -101,7 +101,7 @@ SOURCE=..\build\win32\win32ver.awk
InputPath=..\build\win32\win32ver.awk
".\ab.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
- awk -f ../build/win32/win32ver.awk ab "ApacheBench Utility" ../include/ap_release.h > .\ab.rc
+ awk -f ../build/win32/win32ver.awk ab.exe "ApacheBench Utility" ../include/ap_release.h > .\ab.rc
# End Custom Build
@@ -112,7 +112,7 @@ InputPath=..\build\win32\win32ver.awk
InputPath=..\build\win32\win32ver.awk
".\ab.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
- awk -f ../build/win32/win32ver.awk ab "ApacheBench Utility" ../include/ap_release.h > .\ab.rc
+ awk -f ../build/win32/win32ver.awk ab.exe "ApacheBench Utility" ../include/ap_release.h > .\ab.rc
# End Custom Build
diff --git a/support/abs.dsp b/support/abs.dsp
index 7e880d2353..78f0a7bd6c 100644
--- a/support/abs.dsp
+++ b/support/abs.dsp
@@ -109,7 +109,7 @@ SOURCE=..\build\win32\win32ver.awk
InputPath=..\build\win32\win32ver.awk
".\abs.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
- awk -f ../build/win32/win32ver.awk ab "ApacheBench/SSL Utility" ../include/ap_release.h > .\abs.rc
+ awk -f ../build/win32/win32ver.awk ab.exe "ApacheBench/SSL Utility" ../include/ap_release.h > .\abs.rc
# End Custom Build
@@ -120,7 +120,7 @@ InputPath=..\build\win32\win32ver.awk
InputPath=..\build\win32\win32ver.awk
".\abs.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
- awk -f ../build/win32/win32ver.awk ab "ApacheBench/SSL Utility" ../include/ap_release.h > .\abs.rc
+ awk -f ../build/win32/win32ver.awk ab.exe "ApacheBench/SSL Utility" ../include/ap_release.h > .\abs.rc
# End Custom Build
diff --git a/support/htdbm.dsp b/support/htdbm.dsp
index 613c52fd02..4a983f5779 100644
--- a/support/htdbm.dsp
+++ b/support/htdbm.dsp
@@ -101,7 +101,7 @@ SOURCE=..\build\win32\win32ver.awk
InputPath=..\build\win32\win32ver.awk
".\htdbm.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
- awk -f ../build/win32/win32ver.awk htdbm "htdbm Utility" ../include/ap_release.h > .\htdbm.rc
+ awk -f ../build/win32/win32ver.awk htdbm.exe "htdbm Utility" ../include/ap_release.h > .\htdbm.rc
# End Custom Build
@@ -112,7 +112,7 @@ InputPath=..\build\win32\win32ver.awk
InputPath=..\build\win32\win32ver.awk
".\htdbm.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
- awk -f ../build/win32/win32ver.awk htdbm "htdbm Utility" ../include/ap_release.h > .\htdbm.rc
+ awk -f ../build/win32/win32ver.awk htdbm.exe "htdbm Utility" ../include/ap_release.h > .\htdbm.rc
# End Custom Build
diff --git a/support/htdigest.dsp b/support/htdigest.dsp
index 8672b8514a..4e3a4b7fb0 100644
--- a/support/htdigest.dsp
+++ b/support/htdigest.dsp
@@ -101,7 +101,7 @@ SOURCE=..\build\win32\win32ver.awk
InputPath=..\build\win32\win32ver.awk
".\htdigest.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
- awk -f ../build/win32/win32ver.awk htdigest "htdigest Utility" ../include/ap_release.h > .\htdigest.rc
+ awk -f ../build/win32/win32ver.awk htdigest.exe "htdigest Utility" ../include/ap_release.h > .\htdigest.rc
# End Custom Build
@@ -112,7 +112,7 @@ InputPath=..\build\win32\win32ver.awk
InputPath=..\build\win32\win32ver.awk
".\htdigest.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
- awk -f ../build/win32/win32ver.awk htdigest "htdigest Utility" ../include/ap_release.h > .\htdigest.rc
+ awk -f ../build/win32/win32ver.awk htdigest.exe "htdigest Utility" ../include/ap_release.h > .\htdigest.rc
# End Custom Build
diff --git a/support/htpasswd.dsp b/support/htpasswd.dsp
index f11383de80..7805f58103 100644
--- a/support/htpasswd.dsp
+++ b/support/htpasswd.dsp
@@ -101,7 +101,7 @@ SOURCE=..\build\win32\win32ver.awk
InputPath=..\build\win32\win32ver.awk
".\htpasswd.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
- awk -f ../build/win32/win32ver.awk htpasswd "htpasswd Utility" ../include/ap_release.h > .\htpasswd.rc
+ awk -f ../build/win32/win32ver.awk htpasswd.exe "htpasswd Utility" ../include/ap_release.h > .\htpasswd.rc
# End Custom Build
@@ -112,7 +112,7 @@ InputPath=..\build\win32\win32ver.awk
InputPath=..\build\win32\win32ver.awk
".\htpasswd.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
- awk -f ../build/win32/win32ver.awk htpasswd "htpasswd Utility" ../include/ap_release.h > .\htpasswd.rc
+ awk -f ../build/win32/win32ver.awk htpasswd.exe "htpasswd Utility" ../include/ap_release.h > .\htpasswd.rc
# End Custom Build
diff --git a/support/logresolve.dsp b/support/logresolve.dsp
index e0c8ea09cb..ea512b949e 100644
--- a/support/logresolve.dsp
+++ b/support/logresolve.dsp
@@ -101,7 +101,7 @@ SOURCE=..\build\win32\win32ver.awk
InputPath=..\build\win32\win32ver.awk
".\logresolve.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
- awk -f ../build/win32/win32ver.awk logresolve "logresolve Utility" ../include/ap_release.h > .\logresolve.rc
+ awk -f ../build/win32/win32ver.awk logresolve.exe "logresolve Utility" ../include/ap_release.h > .\logresolve.rc
# End Custom Build
@@ -112,7 +112,7 @@ InputPath=..\build\win32\win32ver.awk
InputPath=..\build\win32\win32ver.awk
".\logresolve.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
- awk -f ../build/win32/win32ver.awk logresolve "logresolve Utility" ../include/ap_release.h > .\logresolve.rc
+ awk -f ../build/win32/win32ver.awk logresolve.exe "logresolve Utility" ../include/ap_release.h > .\logresolve.rc
# End Custom Build
diff --git a/support/rotatelogs.dsp b/support/rotatelogs.dsp
index 1ae69c9e5f..d1bc777ead 100644
--- a/support/rotatelogs.dsp
+++ b/support/rotatelogs.dsp
@@ -101,7 +101,7 @@ SOURCE=..\build\win32\win32ver.awk
InputPath=..\build\win32\win32ver.awk
".\rotatelogs.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
- awk -f ../build/win32/win32ver.awk rotatelogs "rotatelogs Utility" ../include/ap_release.h > .\rotatelogs.rc
+ awk -f ../build/win32/win32ver.awk rotatelogs.exe "rotatelogs Utility" ../include/ap_release.h > .\rotatelogs.rc
# End Custom Build
@@ -112,7 +112,7 @@ InputPath=..\build\win32\win32ver.awk
InputPath=..\build\win32\win32ver.awk
".\rotatelogs.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
- awk -f ../build/win32/win32ver.awk rotatelogs "rotatelogs Utility" ../include/ap_release.h > .\rotatelogs.rc
+ awk -f ../build/win32/win32ver.awk rotatelogs.exe "rotatelogs Utility" ../include/ap_release.h > .\rotatelogs.rc
# End Custom Build
diff --git a/support/win32/ApacheMonitor.dsp b/support/win32/ApacheMonitor.dsp
index 8f799ec383..75313ba157 100644
--- a/support/win32/ApacheMonitor.dsp
+++ b/support/win32/ApacheMonitor.dsp
@@ -155,7 +155,7 @@ InputPath=..\..\build\win32\win32ver.awk
echo * DO NOT EDIT! >> ApacheMonitorVer.rc
echo */ >> ApacheMonitorVer.rc
type ApacheMonitor.rc >> ApacheMonitorVer.rc
- awk -f ../../build/win32/win32ver.awk ApacheMonitor "Apache HTTP Server Monitor" ../../include/ap_release.h >> ApacheMonitorVer.rc
+ awk -f ../../build/win32/win32ver.awk ApacheMonitor.exe "Apache HTTP Server Monitor" ../../include/ap_release.h >> ApacheMonitorVer.rc
# End Custom Build
@@ -171,7 +171,7 @@ InputPath=..\..\build\win32\win32ver.awk
echo * DO NOT EDIT! >> ApacheMonitorVer.rc
echo */ >> ApacheMonitorVer.rc
type ApacheMonitor.rc >> ApacheMonitorVer.rc
- awk -f ../../build/win32/win32ver.awk ApacheMonitor "Apache HTTP Server Monitor" ../../include/ap_release.h >> ApacheMonitorVer.rc
+ awk -f ../../build/win32/win32ver.awk ApacheMonitor.exe "Apache HTTP Server Monitor" ../../include/ap_release.h >> ApacheMonitorVer.rc
# End Custom Build
diff --git a/support/win32/wintty.dsp b/support/win32/wintty.dsp
index 5eb1af7460..063aa3df1f 100644
--- a/support/win32/wintty.dsp
+++ b/support/win32/wintty.dsp
@@ -93,7 +93,7 @@ SOURCE=..\..\build\win32\win32ver.awk
InputPath=..\..\build\win32\win32ver.awk
".\wintty.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
- awk -f ../../build/win32/win32ver.awk wintty "wintty Console Utility" ../../include/ap_release.h > .\wintty.rc
+ awk -f ../../build/win32/win32ver.awk wintty.exe "wintty Console Utility" ../../include/ap_release.h > .\wintty.rc
# End Custom Build
@@ -104,7 +104,7 @@ InputPath=..\..\build\win32\win32ver.awk
InputPath=..\..\build\win32\win32ver.awk
".\wintty.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
- awk -f ../../build/win32/win32ver.awk wintty "wintty Console Utility" ../../include/ap_release.h > .\wintty.rc
+ awk -f ../../build/win32/win32ver.awk wintty.exe "wintty Console Utility" ../../include/ap_release.h > .\wintty.rc
# End Custom Build