summaryrefslogtreecommitdiff
path: root/aprutil.dsp
diff options
context:
space:
mode:
authorianh <ianh@13f79535-47bb-0310-9956-ffa450edef68>2001-12-26 21:45:39 +0000
committerianh <ianh@13f79535-47bb-0310-9956-ffa450edef68>2001-12-26 21:45:39 +0000
commit5a45434b57c5d9152011445b56aedecffe814920 (patch)
tree330e081ffcd35770d5ae3f3534653aca3d3ae610 /aprutil.dsp
parentbc2c30c59248a480a997e48d417cea27331a212e (diff)
downloadlibapr-util-5a45434b57c5d9152011445b56aedecffe814920.tar.gz
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 PR: Obtained from: Submitted by: Reviewed by: git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@58498 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'aprutil.dsp')
-rw-r--r--aprutil.dsp8
1 files changed, 8 insertions, 0 deletions
diff --git a/aprutil.dsp b/aprutil.dsp
index 4a16ba52..fb9e7b36 100644
--- a/aprutil.dsp
+++ b/aprutil.dsp
@@ -185,6 +185,14 @@ SOURCE=.\dbm\apr_dbm.c
# 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