diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2005-11-07 04:32:00 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2005-11-07 04:32:00 +0000 |
commit | 21ea74347bfd3d53c4a1b338525c4e5fdd041e68 (patch) | |
tree | 733ab921b95665a32f4e321ec4d4ce41194055d5 /externals/build/README | |
parent | d9867c372e30a95352d69b04cf7da983f872567f (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/README')
-rw-r--r-- | externals/build/README | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/externals/build/README b/externals/build/README index 1fb3e623..a04004e8 100644 --- a/externals/build/README +++ b/externals/build/README @@ -57,6 +57,18 @@ dejong.c:#include "../../bbogart/chaos/lyapunov.c" dejong.c:#include "../../bbogart/chaos/dejong.c" +How To Add Aliases +================== + +In the "externals/build/src/OBJECT.c" file, add a function with the alias name +with "_setup" appended to it. Then make a symlink to original external binary +file that is named using the alias. + +(Currently, this probably won't work with Windows because it uses symlinks, +which Windows doesn't have. It should be possible to make it work using +Cygwin or MinGW). + + Help Files ========== |