From 75a3b9e464172c5c2b3b50f85fc839bbccdcb07e Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Sat, 8 Apr 2006 23:49:04 +0000 Subject: wrote [strip_path] to separate path from filename, and to handle filenames without paths properly; added instance counters so that the version is only displayed on the first instantiation svn path=/trunk/; revision=4852 --- externals/build/src/split_path.c | 1 + 1 file changed, 1 insertion(+) create mode 100644 externals/build/src/split_path.c (limited to 'externals/build') diff --git a/externals/build/src/split_path.c b/externals/build/src/split_path.c new file mode 100644 index 00000000..770495ff --- /dev/null +++ b/externals/build/src/split_path.c @@ -0,0 +1 @@ +#include "../../hcs/split_path.c" -- cgit v1.2.1