aboutsummaryrefslogtreecommitdiff
path: root/externals/build/src/mtx_.^.c
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2005-11-07 04:32:00 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2005-11-07 04:32:00 +0000
commit21ea74347bfd3d53c4a1b338525c4e5fdd041e68 (patch)
tree733ab921b95665a32f4e321ec4d4ce41194055d5 /externals/build/src/mtx_.^.c
parentd9867c372e30a95352d69b04cf7da983f872567f (diff)
added iemmatrix as individual files. Not all of them work yet, but most of them do. I think its just a few of the binops that dont work, and some of the alias with special characters that filesystems usually dont like, like *, ^, /, etc.
svn path=/trunk/; revision=3854
Diffstat (limited to 'externals/build/src/mtx_.^.c')
-rw-r--r--externals/build/src/mtx_.^.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/externals/build/src/mtx_.^.c b/externals/build/src/mtx_.^.c
new file mode 100644
index 00000000..fe06f7ee
--- /dev/null
+++ b/externals/build/src/mtx_.^.c
@@ -0,0 +1,12 @@
+#include "../../iem/iemmatrix/src/mtx_binops.c"
+#include "../../iem/iemmatrix/src/mtx_matrix.c"
+#include "../../iem/iemmatrix/src/mtx_pow.c"
+/*
+void mtx_.^_setup(void)
+{
+ mtx_pow_setup();
+ }*/
+void iemmatrix_sources_setup(void)
+{
+
+}