aboutsummaryrefslogtreecommitdiff
path: root/externals/build/src/cxc_counter.c
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2004-05-27 22:30:44 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2004-05-27 22:30:44 +0000
commitf58ae2fef6634bf52dc51120d9e0fac34c9e892d (patch)
treec8c0be5d6408aecc88a71c36d5bb6df23739f262 /externals/build/src/cxc_counter.c
parentce210c7be2171b3e10b94ed98b902bb67dd0e863 (diff)
a couple stabs at getting these working
svn path=/trunk/; revision=1777
Diffstat (limited to 'externals/build/src/cxc_counter.c')
-rw-r--r--externals/build/src/cxc_counter.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/externals/build/src/cxc_counter.c b/externals/build/src/cxc_counter.c
new file mode 100644
index 00000000..bad08387
--- /dev/null
+++ b/externals/build/src/cxc_counter.c
@@ -0,0 +1,5 @@
+#include "../../cxc/prepend.c"
+void cxc_prepend_setup(void)
+{
+ prepend_setup();
+}