aboutsummaryrefslogtreecommitdiff
path: root/externals/build/TODO
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2005-04-11 23:35:57 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2005-04-11 23:35:57 +0000
commit5d0dcc449b10f1d21db167fe16da836462ee3103 (patch)
treec6cd38b81f0f448ab29b6527c9c49628fa77c656 /externals/build/TODO
parentc6ba54641bcf5e44fa914476d72455a524ed172f (diff)
updated docs to discuss multiple files and including libs
svn path=/trunk/; revision=2711
Diffstat (limited to 'externals/build/TODO')
-rw-r--r--externals/build/TODO16
1 files changed, 16 insertions, 0 deletions
diff --git a/externals/build/TODO b/externals/build/TODO
index 98e4f93e..7cbcfb7a 100644
--- a/externals/build/TODO
+++ b/externals/build/TODO
@@ -1,3 +1,19 @@
- include mp3 externals from iem_mp3 and unauthorized and make mp3*.libs files
+- put objects with conflicting names into a directory namespace
+
+ maxlib/scale
+ Gem/scale
+ iem/prepend
+ cxc/prepend
+ flext/prepend
+
+- move .libs files to externals/build/src from externals/build/PLATFORM. The
+ platform-specific makefiles copy them before compiling. If a
+ platform-specific .libs file is needed, create it in the
+ externals/build/PLATFORM directory. The makefiles will use both:
+ `test -f $*.libs && cat $*.libs` `test -f ../src/$*.libs && cat ../src/$*.libs`
+
+- make MinGW makefile for "win" so that the GNU Makefile method will be
+ standard on all platforms.