]> granicus.if.org Git - apache/commitdiff
Update support utility filenames to reflect .exe extensions for the
authorWilliam A. Rowe Jr <wrowe@apache.org>
Mon, 20 Jan 2003 18:51:57 +0000 (18:51 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Mon, 20 Jan 2003 18:51:57 +0000 (18:51 +0000)
  newest apr/build/win32ver.awk script changes.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98376 13f79535-47bb-0310-9956-ffa450edef68

Apache.dsp
support/ab.dsp
support/abs.dsp
support/htdbm.dsp
support/htdigest.dsp
support/htpasswd.dsp
support/logresolve.dsp
support/rotatelogs.dsp
support/win32/ApacheMonitor.dsp
support/win32/wintty.dsp

index 9047654ac7e6de1d1c68730521360e3b757d06c8..a80415e7bea1d8e75d6d0262f3347717a3916e5b 100644 (file)
@@ -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
 
index 9233fc886703b79b123bfef748bbbadb67644781..0ca5d6afaa59f4ab13f340d51f082208e8e94195 100644 (file)
@@ -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
 
index 7e880d23537e5cb672daaf4cfed5c32a545c5589..78f0a7bd6c1c9decd7997e998f61ba8023b970af 100644 (file)
@@ -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
 
index 613c52fd02a0720c8e21f3ec87a5b7a6144fc86c..4a983f57796cd3d46ee4f683780f8dd1f214262a 100644 (file)
@@ -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
 
index 8672b8514acb85f252b5f8a65d00efb89856a291..4e3a4b7fb0060ae83d1772c203b2efd6c0b6d283 100644 (file)
@@ -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
 
index f11383de80710b0131cd0fe9a72fb87bbcab066b..7805f58103da9ba8fece09a067b33466acfb87cb 100644 (file)
@@ -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
 
index e0c8ea09cbcdf21615f5536fb6b305a0df2e1223..ea512b949e2d1623d445b76a71eb7669524b1628 100644 (file)
@@ -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
 
index 1ae69c9e5fc3bc09a4443c6b7b1f0ccf2150cdb6..d1bc777eade704346d209700251e10cc9c22dc83 100644 (file)
@@ -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
 
index 8f799ec3839185b27d65c3eb68e2a18f86a6d24b..75313ba157d9645db2d0f79525ad2e44dc4b1fed 100644 (file)
@@ -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
 
index 5eb1af746045baec51cd10d693856869fb7c98fe..063aa3df1fbd63002e6a38422cc92f6aed939e08 100644 (file)
@@ -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