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 2002/04/17 05:02:03 UTC

cvs commit: httpd-2.0 libhttpd.dsp

wrowe       02/04/16 20:02:03

  Modified:    .        libhttpd.dsp
  Log:
    Tired of 'foo.h not found' messages in the build.  Checked ms's docs,
    seems xcopy's /y arg goes all the way back to Win95.  This shouldn't
    introduce any hassles.
  
  Revision  Changes    Path
  1.38      +12 -24    httpd-2.0/libhttpd.dsp
  
  Index: libhttpd.dsp
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/libhttpd.dsp,v
  retrieving revision 1.37
  retrieving revision 1.38
  diff -u -r1.37 -r1.38
  --- libhttpd.dsp	15 Mar 2002 14:57:55 -0000	1.37
  +++ libhttpd.dsp	17 Apr 2002 03:02:02 -0000	1.38
  @@ -234,8 +234,7 @@
   InputPath=.\modules\http\mod_core.h
   
   ".\include\mod_core.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  -	del .\include\mod_core.h
  -	copy .\modules\http\mod_core.h .\include\mod_core.h
  +	xcopy /y .\modules\http\mod_core.h .\include
   	echo Created mod_core.h
   	
   # End Custom Build
  @@ -247,8 +246,7 @@
   InputPath=.\modules\http\mod_core.h
   
   ".\include\mod_core.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  -	del .\include\mod_core.h
  -	copy .\modules\http\mod_core.h .\include\mod_core.h
  +	xcopy /y .\modules\http\mod_core.h .\include
   	echo Created mod_core.h
   	
   # End Custom Build
  @@ -267,8 +265,7 @@
   InputPath=.\modules\dav\main\mod_dav.h
   
   ".\include\mod_dav.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  -	del .\include\mod_dav.h
  -	copy .\modules\dav\main\mod_dav.h .\include\mod_dav.h
  +	xcopy /y .\modules\dav\main\mod_dav.h .\include
   	echo Created mod_dav.h
   	
   # End Custom Build
  @@ -280,8 +277,7 @@
   InputPath=.\modules\dav\main\mod_dav.h
   
   ".\include\mod_dav.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  -	del .\include\mod_dav.h
  -	copy .\modules\dav\main\mod_dav.h .\include\mod_dav.h
  +	xcopy /y .\modules\dav\main\mod_dav.h .\include
   	echo Created mod_dav.h
   	
   # End Custom Build
  @@ -300,8 +296,7 @@
   InputPath=.\modules\proxy\mod_proxy.h
   
   ".\include\mod_proxy.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  -	del .\include\mod_proxy.h
  -	copy .\modules\proxy\mod_proxy.h .\include\mod_proxy.h
  +	xcopy /y .\modules\proxy\mod_proxy.h .\include
   	echo Created mod_proxy.h
   	
   # End Custom Build
  @@ -313,8 +308,7 @@
   InputPath=.\modules\proxy\mod_proxy.h
   
   ".\include\mod_proxy.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  -	del .\include\mod_proxy.h
  -	copy .\modules\proxy\mod_proxy.h .\include\mod_proxy.h
  +	xcopy /y .\modules\proxy\mod_proxy.h .\include
   	echo Created mod_proxy.h
   	
   # End Custom Build
  @@ -333,8 +327,7 @@
   InputPath=.\server\mpm\winnt\mpm.h
   
   ".\include\mpm.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  -	del .\include\mpm.h
  -	copy .\server\mpm\winnt\mpm.h .\include\mpm.h
  +	xcopy /y .\server\mpm\winnt\mpm.h .\include
   	echo Created mpm.h
   	
   # End Custom Build
  @@ -346,8 +339,7 @@
   InputPath=.\server\mpm\winnt\mpm.h
   
   ".\include\mpm.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  -	del .\include\mpm.h
  -	copy .\server\mpm\winnt\mpm.h .\include\mpm.h
  +	xcopy /y .\server\mpm\winnt\mpm.h .\include
   	echo Created mpm.h
   	
   # End Custom Build
  @@ -366,8 +358,7 @@
   InputPath=.\server\mpm\winnt\mpm_default.h
   
   ".\include\mpm_default.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  -	del .\include\mpm_default.h
  -	copy .\server\mpm\winnt\mpm_default.h .\include\mpm_default.h
  +	xcopy /y .\server\mpm\winnt\mpm_default.h .\include
   	echo Created mpm_default.h
   	
   # End Custom Build
  @@ -379,8 +370,7 @@
   InputPath=.\server\mpm\winnt\mpm_default.h
   
   ".\include\mpm_default.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  -	del .\include\mpm_default.h
  -	copy .\server\mpm\winnt\mpm_default.h .\include\mpm_default.h
  +	xcopy /y .\server\mpm\winnt\mpm_default.h .\include
   	echo Created mpm_default.h
   	
   # End Custom Build
  @@ -399,8 +389,7 @@
   InputPath=.\os\win32\os.h
   
   ".\include\os.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  -	del .\include\os.h
  -	copy .\os\win32\os.h .\include\os.h
  +	xcopy /y .\os\win32\os.h .\include
   	echo Created os.h
   	
   # End Custom Build
  @@ -412,8 +401,7 @@
   InputPath=.\os\win32\os.h
   
   ".\include\os.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  -	del .\include\os.h
  -	copy .\os\win32\os.h .\include\os.h
  +	xcopy /y .\os\win32\os.h .\include
   	echo Created os.h
   	
   # End Custom Build