aboutsummaryrefslogtreecommitdiff
path: root/externals/build/src/mtx_egg.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_egg.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_egg.c')
-rw-r--r--externals/build/src/mtx_egg.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/externals/build/src/mtx_egg.c b/externals/build/src/mtx_egg.c
new file mode 100644
index 00000000..69814071
--- /dev/null
+++ b/externals/build/src/mtx_egg.c
@@ -0,0 +1,6 @@
+#include "../../iem/iemmatrix/src/mtx_matrix.c"
+#include "../../iem/iemmatrix/src/mtx_egg.c"
+void iemmatrix_sources_setup(void)
+{
+
+}