You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by wr...@apache.org on 2003/01/20 19:51:57 UTC

cvs commit: httpd-2.0/support/win32 ApacheMonitor.dsp wintty.dsp

wrowe       2003/01/20 10:51:57

  Modified:    .        Apache.dsp
               support  ab.dsp abs.dsp htdbm.dsp htdigest.dsp htpasswd.dsp
                        logresolve.dsp rotatelogs.dsp
               support/win32 ApacheMonitor.dsp wintty.dsp
  Log:
    Update support utility filenames to reflect .exe extensions for the
    newest apr/build/win32ver.awk script changes.
  
  Revision  Changes    Path
  1.26      +2 -2      httpd-2.0/Apache.dsp
  
  Index: Apache.dsp
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/Apache.dsp,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- Apache.dsp	28 Aug 2002 18:23:05 -0000	1.25
  +++ Apache.dsp	20 Jan 2003 18:51:56 -0000	1.26
  @@ -106,7 +106,7 @@
   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
   
   ".\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
   
  
  
  
  1.21      +2 -2      httpd-2.0/support/ab.dsp
  
  Index: ab.dsp
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/support/ab.dsp,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- ab.dsp	26 Aug 2001 05:21:50 -0000	1.20
  +++ ab.dsp	20 Jan 2003 18:51:56 -0000	1.21
  @@ -101,7 +101,7 @@
   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
   
   ".\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
   
  
  
  
  1.5       +2 -2      httpd-2.0/support/abs.dsp
  
  Index: abs.dsp
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/support/abs.dsp,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- abs.dsp	12 Feb 2002 23:19:32 -0000	1.4
  +++ abs.dsp	20 Jan 2003 18:51:56 -0000	1.5
  @@ -109,7 +109,7 @@
   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
   
   ".\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
   
  
  
  
  1.2       +2 -2      httpd-2.0/support/htdbm.dsp
  
  Index: htdbm.dsp
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/support/htdbm.dsp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- htdbm.dsp	6 Nov 2001 16:52:59 -0000	1.1
  +++ htdbm.dsp	20 Jan 2003 18:51:56 -0000	1.2
  @@ -101,7 +101,7 @@
   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
   
   ".\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
   
  
  
  
  1.21      +2 -2      httpd-2.0/support/htdigest.dsp
  
  Index: htdigest.dsp
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/support/htdigest.dsp,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- htdigest.dsp	26 Aug 2001 05:21:50 -0000	1.20
  +++ htdigest.dsp	20 Jan 2003 18:51:56 -0000	1.21
  @@ -101,7 +101,7 @@
   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
   
   ".\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
   
  
  
  
  1.21      +2 -2      httpd-2.0/support/htpasswd.dsp
  
  Index: htpasswd.dsp
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/support/htpasswd.dsp,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- htpasswd.dsp	26 Aug 2001 05:21:50 -0000	1.20
  +++ htpasswd.dsp	20 Jan 2003 18:51:56 -0000	1.21
  @@ -101,7 +101,7 @@
   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
   
   ".\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
   
  
  
  
  1.19      +2 -2      httpd-2.0/support/logresolve.dsp
  
  Index: logresolve.dsp
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/support/logresolve.dsp,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- logresolve.dsp	26 Aug 2001 05:21:50 -0000	1.18
  +++ logresolve.dsp	20 Jan 2003 18:51:56 -0000	1.19
  @@ -101,7 +101,7 @@
   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
   
   ".\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
   
  
  
  
  1.20      +2 -2      httpd-2.0/support/rotatelogs.dsp
  
  Index: rotatelogs.dsp
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/support/rotatelogs.dsp,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- rotatelogs.dsp	26 Aug 2001 05:21:50 -0000	1.19
  +++ rotatelogs.dsp	20 Jan 2003 18:51:56 -0000	1.20
  @@ -101,7 +101,7 @@
   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
   
   ".\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
   
  
  
  
  1.21      +2 -2      httpd-2.0/support/win32/ApacheMonitor.dsp
  
  Index: ApacheMonitor.dsp
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/support/win32/ApacheMonitor.dsp,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- ApacheMonitor.dsp	13 Jul 2002 06:26:56 -0000	1.20
  +++ ApacheMonitor.dsp	20 Jan 2003 18:51:56 -0000	1.21
  @@ -155,7 +155,7 @@
   	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 @@
   	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
   
  
  
  
  1.5       +2 -2      httpd-2.0/support/win32/wintty.dsp
  
  Index: wintty.dsp
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/support/win32/wintty.dsp,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- wintty.dsp	26 Aug 2001 05:21:50 -0000	1.4
  +++ wintty.dsp	20 Jan 2003 18:51:57 -0000	1.5
  @@ -93,7 +93,7 @@
   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
   
   ".\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