aboutsummaryrefslogtreecommitdiff
path: root/externals/build
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-12-28 16:43:15 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-12-28 16:43:15 +0000
commit93b3848fc4add5c2e2840ae5fae9df0dfe480ada (patch)
tree258ef234e5288dd4a900f4f9d729771c4bfc2522 /externals/build
parente213c74dad16887c4b79aeef047877203e084b07 (diff)
added common alias as a kludge
svn path=/trunk/; revision=7080
Diffstat (limited to 'externals/build')
-rw-r--r--externals/build/src/any.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/externals/build/src/any.c b/externals/build/src/any.c
new file mode 100644
index 00000000..6797b625
--- /dev/null
+++ b/externals/build/src/any.c
@@ -0,0 +1,6 @@
+#include "../../iemlib/iemlib2/src/iem_anything.c"
+void any_setup(void)
+{
+ iem_anything_setup();
+}
+