From be4e5dd06fe7895aa19fba02b49d5b7de071434f Mon Sep 17 00:00:00 2001 From: Mladen Turk Date: Fri, 8 Jul 2005 09:44:00 +0000 Subject: [PATCH] Add dbd to the windows project files. git-svn-id: https://svn.eu.apache.org/repos/asf/apr/apr-util/trunk@209724 13f79535-47bb-0310-9956-ffa450edef68 --- aprutil.dsp | 19 +++++++++++++++++++ libaprutil.dsp | 19 +++++++++++++++++++ 2 files changed, 38 insertions(+) diff --git a/aprutil.dsp b/aprutil.dsp index fe53a37..53529b5 100644 --- a/aprutil.dsp +++ b/aprutil.dsp @@ -164,6 +164,25 @@ SOURCE=.\crypto\getuuid.c SOURCE=.\crypto\uuid.c # End Source File # End Group +# Begin Group "dbd" +# PROP Default_Filter "" +# Begin Source File + +SOURCE=.\dbd\apr_dbd.c +# End Source File +# Begin Source File + +SOURCE=.\dbd\apr_dbd_pgsql.c +# End Source File +# Begin Source File + +SOURCE=.\dbd\apr_dbd_sqlite2.c +# End Source File +# Begin Source File + +SOURCE=.\dbd\apr_dbd_sqlite3.c +# End Source File +# End Group # Begin Group "dbm" # PROP Default_Filter "" diff --git a/libaprutil.dsp b/libaprutil.dsp index 4c969cf..7af96c3 100644 --- a/libaprutil.dsp +++ b/libaprutil.dsp @@ -170,6 +170,25 @@ SOURCE=.\crypto\getuuid.c SOURCE=.\crypto\uuid.c # End Source File # End Group +# Begin Group "dbd" +# PROP Default_Filter "" +# Begin Source File + +SOURCE=.\dbd\apr_dbd.c +# End Source File +# Begin Source File + +SOURCE=.\dbd\apr_dbd_pgsql.c +# End Source File +# Begin Source File + +SOURCE=.\dbd\apr_dbd_sqlite2.c +# End Source File +# Begin Source File + +SOURCE=.\dbd\apr_dbd_sqlite3.c +# End Source File +# End Group # Begin Group "dbm" # PROP Default_Filter "" -- 2.11.4.GIT