added better description of BeOS changes from Donn Cave

This commit is contained in:
Jeremy Hylton 2000-10-09 18:34:12 +00:00
parent ed9e644793
commit 109212037b
1 changed files with 7 additions and 2 deletions

View File

@ -124,8 +124,13 @@ Build issues
- Darwin (Mac OS X): Initial support for static builds on this
platform.
- BeOS: Many changes were made to support compilation on BeOS 4.5 and
5.0.
- BeOS: A number of changes were made to the build and installation
process. ar-fake now operates on a directory of object files.
dl_export.h is gone, and its macros now appear on the mwcc command
line during build on PPC BeOS.
Platform directory in lib/python2.0 is "plat-beos5" (or
"plat-beos4", if building on BeOS 4.5), rather than "plat-beos".
- Cygwin: Support for shared libraries, Tkinter, and sockets.