From 21ea74347bfd3d53c4a1b338525c4e5fdd041e68 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Mon, 7 Nov 2005 04:32:00 +0000 Subject: 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 --- externals/build/README | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'externals/build/README') 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 ========== -- cgit v1.2.1