From cvs-return-2580-apmail-apr-cvs-archive=apr.apache.org@apr.apache.org Wed Dec 26 21:45:40 2001 Return-Path: Delivered-To: apmail-apr-cvs-archive@apr.apache.org Received: (qmail 57137 invoked by uid 500); 26 Dec 2001 21:45:40 -0000 Mailing-List: contact cvs-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Reply-To: dev@apr.apache.org Delivered-To: mailing list cvs@apr.apache.org Received: (qmail 57126 invoked by uid 500); 26 Dec 2001 21:45:40 -0000 Delivered-To: apmail-apr-util-cvs@apache.org Date: 26 Dec 2001 21:45:39 -0000 Message-ID: <20011226214539.30596.qmail@icarus.apache.org> From: ianh@apache.org To: apr-util-cvs@apache.org Subject: cvs commit: apr-util aprutil.dsp libaprutil.dsp X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N ianh 01/12/26 13:45:39 Modified: . aprutil.dsp libaprutil.dsp Log: add the berkeley & gdbm implementations to the win32 project files. these a no-op's in the current config, but it makes it easier to build if you want to add the berkeley DB yourself Revision Changes Path 1.35 +8 -0 apr-util/aprutil.dsp Index: aprutil.dsp =================================================================== RCS file: /home/cvs/apr-util/aprutil.dsp,v retrieving revision 1.34 retrieving revision 1.35 diff -u -r1.34 -r1.35 --- aprutil.dsp 2001/12/26 07:26:19 1.34 +++ aprutil.dsp 2001/12/26 21:45:39 1.35 @@ -185,6 +185,14 @@ # End Source File # Begin Source File +SOURCE=.\dbm\apr_dbm_berkeleydb.c +# End Source File +# Begin Source File + +SOURCE=.\dbm\apr_dbm_gdbm.c +# End Source File +# Begin Source File + SOURCE=.\dbm\apr_dbm_sdbm.c # End Source File # End Group 1.29 +8 -0 apr-util/libaprutil.dsp Index: libaprutil.dsp =================================================================== RCS file: /home/cvs/apr-util/libaprutil.dsp,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- libaprutil.dsp 2001/12/26 07:26:19 1.28 +++ libaprutil.dsp 2001/12/26 21:45:39 1.29 @@ -191,6 +191,14 @@ # End Source File # Begin Source File +SOURCE=.\dbm\apr_dbm_berkeleydb.c +# End Source File +# Begin Source File + +SOURCE=.\dbm\apr_dbm_gdbm.c +# End Source File +# Begin Source File + SOURCE=.\dbm\apr_dbm_sdbm.c # End Source File # End Group