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
