summaryrefslogtreecommitdiff
path: root/apr.dsp
diff options
context:
space:
mode:
authorBranko Čibej <brane@apache.org>2003-02-12 20:20:56 +0000
committerBranko Čibej <brane@apache.org>2003-02-12 20:20:56 +0000
commit8dc33467727dfa3e6484b19637a6b97447ffb2e0 (patch)
tree716428703f123dc6bf5507b8d5e8dd778487696b /apr.dsp
parent80bbefa0f622a8e0c1081b9d5a66aed89fb017df (diff)
downloadapr-8dc33467727dfa3e6484b19637a6b97447ffb2e0.tar.gz
Added two new functions, apr_filepath_list_split and apr_filepath_list_merge,
for managing search paths. The common implementation is in a new file, file_io/unix/filepath_util.c. Also added tests for these functions a new file in the test suite, testpath.c. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@64349 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'apr.dsp')
-rw-r--r--apr.dsp4
1 files changed, 4 insertions, 0 deletions
diff --git a/apr.dsp b/apr.dsp
index c61e5312a..6015d284b 100644
--- a/apr.dsp
+++ b/apr.dsp
@@ -117,6 +117,10 @@ SOURCE=.\file_io\win32\filepath.c
# End Source File
# Begin Source File
+SOURCE=.\file_io\unix\filepath_util.c
+# End Source File
+# Begin Source File
+
SOURCE=.\file_io\win32\filestat.c
# End Source File
# Begin Source File