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:57:03 UTC

cvs commit: httpd-2.0 libhttpd.dsp

wrowe       2003/01/20 10:57:03

  Modified:    .        libhttpd.dsp
  Log:
    Update libhttpd.dll filenames to reflect the .dll extension for the
    newest apr/build/win32ver.awk script changes.  Submitted by Mladen Turk.
  
  Revision  Changes    Path
  1.52      +2 -2      httpd-2.0/libhttpd.dsp
  
  Index: libhttpd.dsp
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/libhttpd.dsp,v
  retrieving revision 1.51
  retrieving revision 1.52
  diff -u -r1.51 -r1.52
  --- libhttpd.dsp	20 Sep 2002 06:06:41 -0000	1.51
  +++ libhttpd.dsp	20 Jan 2003 18:57:03 -0000	1.52
  @@ -640,7 +640,7 @@
   InputPath=.\build\win32\win32ver.awk
   
   ".\build\win32\libhttpd.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  -	awk -f ./build/win32/win32ver.awk libhttpd "Apache HTTP Server Core"  ./include/ap_release.h > .\build\win32\libhttpd.rc
  +	awk -f ./build/win32/win32ver.awk libhttpd.dll "Apache HTTP Server Core"  ./include/ap_release.h > .\build\win32\libhttpd.rc
   
   # End Custom Build
   
  @@ -651,7 +651,7 @@
   InputPath=.\build\win32\win32ver.awk
   
   ".\build\win32\libhttpd.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  -	awk -f ./build/win32/win32ver.awk libhttpd "Apache HTTP Server Core"  ./include/ap_release.h > .\build\win32\libhttpd.rc
  +	awk -f ./build/win32/win32ver.awk libhttpd.dll "Apache HTTP Server Core"  ./include/ap_release.h > .\build\win32\libhttpd.rc
   
   # End Custom Build