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...@locus.apache.org on 2000/09/21 15:29:12 UTC

cvs commit: apache-1.3/src/os/win32/installer/installdll install.dsp

wrowe       00/09/21 06:29:11

  Modified:    src      Apache.dsp ApacheCore.dsp
               src/ap   ap.dsp
               src/main gen_test_char.dsp gen_uri_delims.dsp
               src/modules/proxy ApacheModuleProxy.dsp
               src/os/win32 ApacheModuleAuthAnon.dsp
                        ApacheModuleCERNMeta.dsp ApacheModuleDigest.dsp
                        ApacheModuleExpires.dsp ApacheModuleHeaders.dsp
                        ApacheModuleInfo.dsp ApacheModuleRewrite.dsp
                        ApacheModuleSpeling.dsp ApacheModuleStatus.dsp
                        ApacheModuleUserTrack.dsp
               src/os/win32/installer/installdll install.dsp
  Log:
    This nearly docco commit (no behavior/code change) should make the
    Apache project more readable in the IDE environment.  Collapses a number
    of folders and better organizes header files by the project .dsp that
    'owns' them.  I hope this makes the Apache project more approachable for
    Win32 coders who haven't looked at Apache before.
  
  Revision  Changes    Path
  1.12      +4 -19     apache-1.3/src/Apache.dsp
  
  Index: Apache.dsp
  ===================================================================
  RCS file: /home/cvs/apache-1.3/src/Apache.dsp,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- Apache.dsp	2000/06/23 00:17:51	1.11
  +++ Apache.dsp	2000/09/21 13:28:48	1.12
  @@ -82,18 +82,6 @@
   
   # Name "Apache - Win32 Release"
   # Name "Apache - Win32 Debug"
  -# Begin Group "Source Files"
  -
  -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;hpj;bat;for;f90"
  -# Begin Source File
  -
  -SOURCE=.\os\win32\main_win32.c
  -# End Source File
  -# End Group
  -# Begin Group "Header Files"
  -
  -# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd"
  -# End Group
   # Begin Group "Resource Files"
   
   # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;cnt;rtf;gif;jpg;jpeg;jpe"
  @@ -104,14 +92,11 @@
   # Begin Source File
   
   SOURCE=.\os\win32\apache.rc
  -
  -!IF  "$(CFG)" == "Apache - Win32 Release"
  -
  -!ELSEIF  "$(CFG)" == "Apache - Win32 Debug"
  -
  -!ENDIF 
  -
   # End Source File
   # End Group
  +# Begin Source File
  +
  +SOURCE=.\os\win32\main_win32.c
  +# End Source File
   # End Target
   # End Project
  
  
  
  1.35      +3 -11     apache-1.3/src/ApacheCore.dsp
  
  Index: ApacheCore.dsp
  ===================================================================
  RCS file: /home/cvs/apache-1.3/src/ApacheCore.dsp,v
  retrieving revision 1.34
  retrieving revision 1.35
  diff -u -r1.34 -r1.35
  --- ApacheCore.dsp	2000/06/23 00:17:52	1.34
  +++ ApacheCore.dsp	2000/09/21 13:28:48	1.35
  @@ -264,15 +264,15 @@
   # PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd"
   # Begin Source File
   
  -SOURCE=.\include\ap.h
  +SOURCE=.\include\ap_alloc.h
   # End Source File
   # Begin Source File
   
  -SOURCE=.\include\ap_alloc.h
  +SOURCE=.\include\ap_config.h
   # End Source File
   # Begin Source File
   
  -SOURCE=.\include\ap_md5.h
  +SOURCE=.\include\ap_mmn.h
   # End Source File
   # Begin Source File
   
  @@ -288,10 +288,6 @@
   # End Source File
   # Begin Source File
   
  -SOURCE=.\include\fnmatch.h
  -# End Source File
  -# Begin Source File
  -
   SOURCE=.\os\win32\getopt.h
   # End Source File
   # Begin Source File
  @@ -382,10 +378,6 @@
   
   SOURCE=.\include\util_uri.h
   # End Source File
  -# End Group
  -# Begin Group "Resource Files"
  -
  -# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;cnt;rtf;gif;jpg;jpeg;jpe"
   # End Group
   # Begin Group "Generated Files"
   
  
  
  
  1.11      +22 -0     apache-1.3/src/ap/ap.dsp
  
  Index: ap.dsp
  ===================================================================
  RCS file: /home/cvs/apache-1.3/src/ap/ap.dsp,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- ap.dsp	2000/06/23 00:17:56	1.10
  +++ ap.dsp	2000/09/21 13:28:51	1.11
  @@ -39,6 +39,7 @@
   # PROP Output_Dir "Release"
   # PROP Intermediate_Dir "Release"
   # PROP Target_Dir ""
  +RSC=rc.exe
   # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /FD /c
   # ADD CPP /nologo /MD /W3 /GX /O2 /I "..\include" /I "..\os\win32" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /FD /c
   BSC32=bscmake.exe
  @@ -60,6 +61,7 @@
   # PROP Output_Dir "Debug"
   # PROP Intermediate_Dir "Debug"
   # PROP Target_Dir ""
  +RSC=rc.exe
   # ADD BASE CPP /nologo /W3 /GX /Z7 /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /FD /c
   # ADD CPP /nologo /MDd /W3 /GX /Z7 /Od /I "..\include" /I "..\os\win32" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /FD /c
   BSC32=bscmake.exe
  @@ -118,6 +120,26 @@
   # Begin Group "Header Files"
   
   # PROP Default_Filter ""
  +# Begin Source File
  +
  +SOURCE=..\include\ap.h
  +# End Source File
  +# Begin Source File
  +
  +SOURCE=..\include\ap_ctype.h
  +# End Source File
  +# Begin Source File
  +
  +SOURCE=..\include\ap_md5.h
  +# End Source File
  +# Begin Source File
  +
  +SOURCE=..\include\ap_sha1.h
  +# End Source File
  +# Begin Source File
  +
  +SOURCE=..\include\fnmatch.h
  +# End Source File
   # End Group
   # End Target
   # End Project
  
  
  
  1.6       +0 -4      apache-1.3/src/main/gen_test_char.dsp
  
  Index: gen_test_char.dsp
  ===================================================================
  RCS file: /home/cvs/apache-1.3/src/main/gen_test_char.dsp,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- gen_test_char.dsp	2000/06/23 00:53:15	1.5
  +++ gen_test_char.dsp	2000/09/21 13:28:53	1.6
  @@ -94,13 +94,9 @@
   
   # Name "gen_test_char - Win32 Release"
   # Name "gen_test_char - Win32 Debug"
  -# Begin Group "Source Files"
  -
  -# PROP Default_Filter ""
   # Begin Source File
   
   SOURCE=.\gen_test_char.c
   # End Source File
  -# End Group
   # End Target
   # End Project
  
  
  
  1.5       +0 -4      apache-1.3/src/main/gen_uri_delims.dsp
  
  Index: gen_uri_delims.dsp
  ===================================================================
  RCS file: /home/cvs/apache-1.3/src/main/gen_uri_delims.dsp,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- gen_uri_delims.dsp	2000/06/23 00:18:02	1.4
  +++ gen_uri_delims.dsp	2000/09/21 13:28:53	1.5
  @@ -94,13 +94,9 @@
   
   # Name "gen_uri_delims - Win32 Release"
   # Name "gen_uri_delims - Win32 Debug"
  -# Begin Group "Source Files"
  -
  -# PROP Default_Filter ""
   # Begin Source File
   
   SOURCE=.\gen_uri_delims.c
   # End Source File
  -# End Group
   # End Target
   # End Project
  
  
  
  1.16      +0 -4      apache-1.3/src/modules/proxy/ApacheModuleProxy.dsp
  
  Index: ApacheModuleProxy.dsp
  ===================================================================
  RCS file: /home/cvs/apache-1.3/src/modules/proxy/ApacheModuleProxy.dsp,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- ApacheModuleProxy.dsp	2000/07/28 18:25:08	1.15
  +++ ApacheModuleProxy.dsp	2000/09/21 13:28:55	1.16
  @@ -127,9 +127,5 @@
   SOURCE=.\mod_proxy.h
   # End Source File
   # End Group
  -# Begin Group "Resource Files"
  -
  -# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;cnt;rtf;gif;jpg;jpeg;jpe"
  -# End Group
   # End Target
   # End Project
  
  
  
  1.11      +0 -16     apache-1.3/src/os/win32/ApacheModuleAuthAnon.dsp
  
  Index: ApacheModuleAuthAnon.dsp
  ===================================================================
  RCS file: /home/cvs/apache-1.3/src/os/win32/ApacheModuleAuthAnon.dsp,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- ApacheModuleAuthAnon.dsp	2000/06/23 00:18:07	1.10
  +++ ApacheModuleAuthAnon.dsp	2000/09/21 13:28:57	1.11
  @@ -87,25 +87,9 @@
   
   # Name "ApacheModuleAuthAnon - Win32 Release"
   # Name "ApacheModuleAuthAnon - Win32 Debug"
  -# Begin Group "Source Files"
  -
  -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;hpj;bat;for;f90"
   # Begin Source File
   
   SOURCE=..\..\modules\standard\mod_auth_anon.c
   # End Source File
  -# End Group
  -# Begin Group "Header Files"
  -
  -# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd"
  -# Begin Source File
  -
  -SOURCE=.\readdir.h
  -# End Source File
  -# End Group
  -# Begin Group "Resource Files"
  -
  -# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;cnt;rtf;gif;jpg;jpeg;jpe"
  -# End Group
   # End Target
   # End Project
  
  
  
  1.11      +0 -16     apache-1.3/src/os/win32/ApacheModuleCERNMeta.dsp
  
  Index: ApacheModuleCERNMeta.dsp
  ===================================================================
  RCS file: /home/cvs/apache-1.3/src/os/win32/ApacheModuleCERNMeta.dsp,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- ApacheModuleCERNMeta.dsp	2000/06/23 00:18:09	1.10
  +++ ApacheModuleCERNMeta.dsp	2000/09/21 13:28:57	1.11
  @@ -87,25 +87,9 @@
   
   # Name "ApacheModuleCERNMeta - Win32 Release"
   # Name "ApacheModuleCERNMeta - Win32 Debug"
  -# Begin Group "Source Files"
  -
  -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;hpj;bat;for;f90"
   # Begin Source File
   
   SOURCE=..\..\modules\standard\mod_cern_meta.c
   # End Source File
  -# End Group
  -# Begin Group "Header Files"
  -
  -# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd"
  -# Begin Source File
  -
  -SOURCE=.\readdir.h
  -# End Source File
  -# End Group
  -# Begin Group "Resource Files"
  -
  -# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;cnt;rtf;gif;jpg;jpeg;jpe"
  -# End Group
   # End Target
   # End Project
  
  
  
  1.11      +0 -16     apache-1.3/src/os/win32/ApacheModuleDigest.dsp
  
  Index: ApacheModuleDigest.dsp
  ===================================================================
  RCS file: /home/cvs/apache-1.3/src/os/win32/ApacheModuleDigest.dsp,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- ApacheModuleDigest.dsp	2000/06/23 00:18:09	1.10
  +++ ApacheModuleDigest.dsp	2000/09/21 13:28:58	1.11
  @@ -87,25 +87,9 @@
   
   # Name "ApacheModuleDigest - Win32 Release"
   # Name "ApacheModuleDigest - Win32 Debug"
  -# Begin Group "Source Files"
  -
  -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;hpj;bat;for;f90"
   # Begin Source File
   
   SOURCE=..\..\modules\standard\mod_digest.c
   # End Source File
  -# End Group
  -# Begin Group "Header Files"
  -
  -# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd"
  -# Begin Source File
  -
  -SOURCE=.\readdir.h
  -# End Source File
  -# End Group
  -# Begin Group "Resource Files"
  -
  -# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;cnt;rtf;gif;jpg;jpeg;jpe"
  -# End Group
   # End Target
   # End Project
  
  
  
  1.11      +0 -16     apache-1.3/src/os/win32/ApacheModuleExpires.dsp
  
  Index: ApacheModuleExpires.dsp
  ===================================================================
  RCS file: /home/cvs/apache-1.3/src/os/win32/ApacheModuleExpires.dsp,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- ApacheModuleExpires.dsp	2000/06/23 00:18:11	1.10
  +++ ApacheModuleExpires.dsp	2000/09/21 13:28:58	1.11
  @@ -87,25 +87,9 @@
   
   # Name "ApacheModuleExpires - Win32 Release"
   # Name "ApacheModuleExpires - Win32 Debug"
  -# Begin Group "Source Files"
  -
  -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;hpj;bat;for;f90"
   # Begin Source File
   
   SOURCE=..\..\modules\standard\mod_expires.c
   # End Source File
  -# End Group
  -# Begin Group "Header Files"
  -
  -# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd"
  -# Begin Source File
  -
  -SOURCE=.\readdir.h
  -# End Source File
  -# End Group
  -# Begin Group "Resource Files"
  -
  -# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;cnt;rtf;gif;jpg;jpeg;jpe"
  -# End Group
   # End Target
   # End Project
  
  
  
  1.11      +0 -16     apache-1.3/src/os/win32/ApacheModuleHeaders.dsp
  
  Index: ApacheModuleHeaders.dsp
  ===================================================================
  RCS file: /home/cvs/apache-1.3/src/os/win32/ApacheModuleHeaders.dsp,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- ApacheModuleHeaders.dsp	2000/06/23 00:18:11	1.10
  +++ ApacheModuleHeaders.dsp	2000/09/21 13:28:58	1.11
  @@ -87,25 +87,9 @@
   
   # Name "ApacheModuleHeaders - Win32 Release"
   # Name "ApacheModuleHeaders - Win32 Debug"
  -# Begin Group "Source Files"
  -
  -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;hpj;bat;for;f90"
   # Begin Source File
   
   SOURCE=..\..\modules\standard\mod_headers.c
   # End Source File
  -# End Group
  -# Begin Group "Header Files"
  -
  -# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd"
  -# Begin Source File
  -
  -SOURCE=.\readdir.h
  -# End Source File
  -# End Group
  -# Begin Group "Resource Files"
  -
  -# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;cnt;rtf;gif;jpg;jpeg;jpe"
  -# End Group
   # End Target
   # End Project
  
  
  
  1.11      +0 -16     apache-1.3/src/os/win32/ApacheModuleInfo.dsp
  
  Index: ApacheModuleInfo.dsp
  ===================================================================
  RCS file: /home/cvs/apache-1.3/src/os/win32/ApacheModuleInfo.dsp,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- ApacheModuleInfo.dsp	2000/06/23 00:18:12	1.10
  +++ ApacheModuleInfo.dsp	2000/09/21 13:28:59	1.11
  @@ -87,25 +87,9 @@
   
   # Name "ApacheModuleInfo - Win32 Release"
   # Name "ApacheModuleInfo - Win32 Debug"
  -# Begin Group "Source Files"
  -
  -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;hpj;bat;for;f90"
   # Begin Source File
   
   SOURCE=..\..\modules\standard\mod_info.c
   # End Source File
  -# End Group
  -# Begin Group "Header Files"
  -
  -# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd"
  -# Begin Source File
  -
  -SOURCE=.\readdir.h
  -# End Source File
  -# End Group
  -# Begin Group "Resource Files"
  -
  -# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;cnt;rtf;gif;jpg;jpeg;jpe"
  -# End Group
   # End Target
   # End Project
  
  
  
  1.15      +0 -16     apache-1.3/src/os/win32/ApacheModuleRewrite.dsp
  
  Index: ApacheModuleRewrite.dsp
  ===================================================================
  RCS file: /home/cvs/apache-1.3/src/os/win32/ApacheModuleRewrite.dsp,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- ApacheModuleRewrite.dsp	2000/06/23 00:18:13	1.14
  +++ ApacheModuleRewrite.dsp	2000/09/21 13:28:59	1.15
  @@ -87,9 +87,6 @@
   
   # Name "ApacheModuleRewrite - Win32 Release"
   # Name "ApacheModuleRewrite - Win32 Debug"
  -# Begin Group "Source Files"
  -
  -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;hpj;bat;for;f90"
   # Begin Source File
   
   SOURCE=..\..\modules\standard\mod_rewrite.c
  @@ -98,18 +95,5 @@
   
   SOURCE=.\passwd.c
   # End Source File
  -# End Group
  -# Begin Group "Header Files"
  -
  -# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd"
  -# Begin Source File
  -
  -SOURCE=.\readdir.h
  -# End Source File
  -# End Group
  -# Begin Group "Resource Files"
  -
  -# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;cnt;rtf;gif;jpg;jpeg;jpe"
  -# End Group
   # End Target
   # End Project
  
  
  
  1.8       +0 -16     apache-1.3/src/os/win32/ApacheModuleSpeling.dsp
  
  Index: ApacheModuleSpeling.dsp
  ===================================================================
  RCS file: /home/cvs/apache-1.3/src/os/win32/ApacheModuleSpeling.dsp,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- ApacheModuleSpeling.dsp	2000/06/23 00:18:14	1.7
  +++ ApacheModuleSpeling.dsp	2000/09/21 13:29:00	1.8
  @@ -87,25 +87,9 @@
   
   # Name "ApacheModuleSpeling - Win32 Release"
   # Name "ApacheModuleSpeling - Win32 Debug"
  -# Begin Group "Source Files"
  -
  -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;hpj;bat;for;f90"
   # Begin Source File
   
   SOURCE=..\..\modules\standard\mod_speling.c
   # End Source File
  -# End Group
  -# Begin Group "Header Files"
  -
  -# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd"
  -# Begin Source File
  -
  -SOURCE=.\readdir.h
  -# End Source File
  -# End Group
  -# Begin Group "Resource Files"
  -
  -# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;cnt;rtf;gif;jpg;jpeg;jpe"
  -# End Group
   # End Target
   # End Project
  
  
  
  1.11      +0 -16     apache-1.3/src/os/win32/ApacheModuleStatus.dsp
  
  Index: ApacheModuleStatus.dsp
  ===================================================================
  RCS file: /home/cvs/apache-1.3/src/os/win32/ApacheModuleStatus.dsp,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- ApacheModuleStatus.dsp	2000/06/23 00:18:14	1.10
  +++ ApacheModuleStatus.dsp	2000/09/21 13:29:00	1.11
  @@ -87,25 +87,9 @@
   
   # Name "ApacheModuleStatus - Win32 Release"
   # Name "ApacheModuleStatus - Win32 Debug"
  -# Begin Group "Source Files"
  -
  -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;hpj;bat;for;f90"
   # Begin Source File
   
   SOURCE=..\..\modules\standard\mod_status.c
   # End Source File
  -# End Group
  -# Begin Group "Header Files"
  -
  -# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd"
  -# Begin Source File
  -
  -SOURCE=.\readdir.h
  -# End Source File
  -# End Group
  -# Begin Group "Resource Files"
  -
  -# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;cnt;rtf;gif;jpg;jpeg;jpe"
  -# End Group
   # End Target
   # End Project
  
  
  
  1.11      +0 -16     apache-1.3/src/os/win32/ApacheModuleUserTrack.dsp
  
  Index: ApacheModuleUserTrack.dsp
  ===================================================================
  RCS file: /home/cvs/apache-1.3/src/os/win32/ApacheModuleUserTrack.dsp,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- ApacheModuleUserTrack.dsp	2000/06/23 00:18:15	1.10
  +++ ApacheModuleUserTrack.dsp	2000/09/21 13:29:01	1.11
  @@ -87,25 +87,9 @@
   
   # Name "ApacheModuleUserTrack - Win32 Release"
   # Name "ApacheModuleUserTrack - Win32 Debug"
  -# Begin Group "Source Files"
  -
  -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;hpj;bat;for;f90"
   # Begin Source File
   
   SOURCE=..\..\modules\standard\mod_usertrack.c
   # End Source File
  -# End Group
  -# Begin Group "Header Files"
  -
  -# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd"
  -# Begin Source File
  -
  -SOURCE=.\readdir.h
  -# End Source File
  -# End Group
  -# Begin Group "Resource Files"
  -
  -# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;cnt;rtf;gif;jpg;jpeg;jpe"
  -# End Group
   # End Target
   # End Project
  
  
  
  1.6       +0 -4      apache-1.3/src/os/win32/installer/installdll/install.dsp
  
  Index: install.dsp
  ===================================================================
  RCS file: /home/cvs/apache-1.3/src/os/win32/installer/installdll/install.dsp,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- install.dsp	2000/06/23 00:18:27	1.5
  +++ install.dsp	2000/09/21 13:29:10	1.6
  @@ -87,9 +87,6 @@
   
   # Name "install - Win32 Release"
   # Name "install - Win32 Debug"
  -# Begin Group "Source Files"
  -
  -# PROP Default_Filter ""
   # Begin Source File
   
   SOURCE=..\..\..\..\ap\ap_snprintf.c
  @@ -102,6 +99,5 @@
   
   SOURCE=.\install.def
   # End Source File
  -# End Group
   # End Target
   # End Project