Update of /cvsroot/pure-data/externals/build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14399
Modified Files: README TODO Log Message:
- added headers from 0.38-4 to externals/build/include and added README so people don't repeat the same mistake of removing/etc.
- added Pd src to include search before externals/build/include so if the Pd src is in the standard dev layout, externals will be compiled with those headers instead of externals/build/include
Index: README =================================================================== RCS file: /cvsroot/pure-data/externals/build/README,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** README 11 Apr 2005 23:35:55 -0000 1.4 --- README 12 Apr 2005 15:59:01 -0000 1.5 *************** *** 34,39 **** a "libs" file with the exact same name as the source file (i.e. oggread~.c and oggread~.libs). If the .libs file has cross-platforms library options, it ! should go into externals/build/src. .libs files for platform-specific library ! options go in externals/build/PLATFORM (see TODO, this is totally implemented).
--- 34,39 ---- a "libs" file with the exact same name as the source file (i.e. oggread~.c and oggread~.libs). If the .libs file has cross-platforms library options, it ! should go into "externals/build/src". .libs files for platform-specific library ! options go in "externals/build/PLATFORM"
*************** *** 41,45 **** ============================================
! In the externals/build/src/*. file, #include the other files that need to be compiled and linked in. See how the chaos externals are included:
--- 41,45 ---- ============================================
! In your "externals/build/src/OBJECT.c" file, #include the other files that need to be compiled and linked in. See how the chaos externals are included:
*************** *** 57,60 **** --- 57,68 ----
+ Help Files + ========== + + The help files are copied to "externals/build/doc" by the makefile that is in + that directory. To add yours, create a line that copies your help files to + "externals/build/doc". Currently the list of help files to be added in this + makefile is in alphabetical order by directory name. +
Problems with this approach *************** *** 65,69 ****
- I could not find a way how this should work on windows with nmake .. ! for now I just put the windows links in build/win/*.c. This should be converted to a MinGW GNU Makefile, then it would work the same as on the other platforms. --- 73,77 ----
- I could not find a way how this should work on windows with nmake .. ! for now I just put the windows links in "build/win/*.c". This should be converted to a MinGW GNU Makefile, then it would work the same as on the other platforms.
Index: TODO =================================================================== RCS file: /cvsroot/pure-data/externals/build/TODO,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** TODO 11 Apr 2005 23:35:57 -0000 1.2 --- TODO 12 Apr 2005 15:59:01 -0000 1.3 *************** *** 1,3 **** --- 1,5 ----
+ - fix compilation of netclient, netrec, netserver, piperead~, pipewrite~ + - include mp3 externals from iem_mp3 and unauthorized and make mp3*.libs files