diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2003-07-30 21:52:27 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2003-07-30 21:52:27 +0000 |
commit | c8f3e3674f08bf56407e478c3160c4392196c118 (patch) | |
tree | c02a0612aa9172c4ee8557ecc5626020a2d4d4b8 /README |
separated out all objects into individual files; created a few missing help files; moves all help files to new 0.37 help- standard; removed [reson~] and [abs~] since they are now maintained elsewhere; created Makefile for Linux and Darwinsvn2git-root
svn path=/trunk/externals/markex/; revision=806
Diffstat (limited to 'README')
-rw-r--r-- | README | 33 |
1 files changed, 33 insertions, 0 deletions
@@ -0,0 +1,33 @@ + +------------------------------ + GEM and MARKEX +------------------------------ + +These are objects from GEM which don't have any dependencies besides libc. +What is here is the entire contents of Gem/src/MarkEx except [hsv2rsb] and +the vector lib. Hopefully they will be removed from Gem once they become a +proper part of this repository. + + +------------------------------ + CONFLICTS +------------------------------ + +These objects have name conflicts with other objects/libs therefore: + +Name Conflicts with +----------------------------------- +[average] (maxlib) +[counter] (cxc,cyclone) +[change] (pd) + +Since these names have all been taken, these objects have been renamed by +adding "gem_" before the original name. + + +------------------------------ + OMISSIONS +------------------------------ + +[reson~] has been left out since it is now part of cxc. +[abs~] has been left out since its now part of creb. |