Fix automake warning.
[platform/upstream/libvorbis.git] / README
diff --git a/README b/README
index 343be9a..d4abf56 100644 (file)
--- a/README
+++ b/README
@@ -58,8 +58,6 @@ Directory:
 ./examples     Example code illustrating programmatic use of libvorbis, 
                libvorbisfile and libvorbisenc
 
-./mac          Codewarrior project files and build tweaks for MacOS.
-
 ./macosx       Project files for MacOS X.
 
 ./win32                Win32 projects files and build automation
@@ -113,22 +111,5 @@ after normal configuring:
   make dist
   rpm -ta libvorbis-<version>.tar.gz
 
-BUILDING ON MACOS 9:
-
-Vorbis on MacOS 9 is built using Metroworks CodeWarrior.  To build it, 
-first verify that the Ogg libraries are already built following the
-instructions in the Ogg module README.  Open vorbis/mac/libvorbis.mcp,
-switch to the "Targets" pane, select everything, and make the project.
-Do the same thing to build libvorbisenc.mcp, and libvorbisfile.mcp (in
-that order).  In vorbis/mac/Output you will now have both debug and final
-versions of Vorbis shared libraries to link your projects against.
-
-To build a project using Ogg Vorbis, add access paths to your
-CodeWarrior project for the ogg/include, ogg/mac/Output,
-vorbis/include, and vorbis/mac/Output folders.  Be sure that
-"interpret DOS and Unix paths" is turned on in your project; it can
-be found in the "access paths" pane in your project settings.  Now
-simply add the shared libraries you need to your project (OggLib and
-VorbisLib at least) and #include "ogg/ogg.h" and "vorbis/codec.h"
-wherever you need to access Ogg and Vorbis functionality.
+