aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-04-08 23:49:04 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-04-08 23:49:04 +0000
commit75a3b9e464172c5c2b3b50f85fc839bbccdcb07e (patch)
treeba8f6befcf02819c1cd4c96e12d0c8f688739043
parent2b0386b162455d9e67cb34d3839ff2d7aadf24f1 (diff)
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
-rw-r--r--externals/build/src/split_path.c1
1 files changed, 1 insertions, 0 deletions
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"