You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by wr...@apache.org on 2003/01/14 04:30:01 UTC

cvs commit: apr apr.dsw

wrowe       2003/01/13 19:30:01

  Modified:    .        apr.dsw
  Log:
    Add the apr_app targets (which allow us to clean up the args, and should
    at some point allow us to host WinNT services as 'daemons' with the app
    totally ignorant of WinNT.)
  
  Revision  Changes    Path
  1.4       +30 -0     apr/apr.dsw
  
  Index: apr.dsw
  ===================================================================
  RCS file: /home/cvs/apr/apr.dsw,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- apr.dsw	23 Dec 2002 09:34:13 -0000	1.3
  +++ apr.dsw	14 Jan 2003 03:30:01 -0000	1.4
  @@ -15,6 +15,21 @@
   
   ###############################################################################
   
  +Project: "apr_app"=".\build\apr_app.dsp" - Package Owner=<4>
  +
  +Package=<5>
  +{{{
  +}}}
  +
  +Package=<4>
  +{{{
  +    Begin Project Dependency
  +    Project_Dep_Name apr
  +    End Project Dependency
  +}}}
  +
  +###############################################################################
  +
   Project: "libapr"=".\libapr.dsp" - Package Owner=<4>
   
   Package=<5>
  @@ -23,6 +38,21 @@
   
   Package=<4>
   {{{
  +}}}
  +
  +###############################################################################
  +
  +Project: "libapr_app"=".\build\libapr_app.dsp" - Package Owner=<4>
  +
  +Package=<5>
  +{{{
  +}}}
  +
  +Package=<4>
  +{{{
  +    Begin Project Dependency
  +    Project_Dep_Name libapr
  +    End Project Dependency
   }}}
   
   ###############################################################################