Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Mac OS 9 project files #2

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 1 addition & 20 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.


21 changes: 0 additions & 21 deletions macos/compat/strdup.c

This file was deleted.

1 change: 0 additions & 1 deletion macos/compat/sys/types.h

This file was deleted.

Binary file removed macos/decoder_example.mcp
Binary file not shown.
Binary file removed macos/encoder_example.mcp
Binary file not shown.
Binary file removed macos/libvorbis.mcp
Binary file not shown.
45 changes: 0 additions & 45 deletions macos/libvorbis.mcp.exp

This file was deleted.

Binary file removed macos/libvorbisenc.mcp
Binary file not shown.
8 changes: 0 additions & 8 deletions macos/libvorbisenc.mcp.exp

This file was deleted.

Binary file removed macos/libvorbisfile.mcp
Binary file not shown.
45 changes: 0 additions & 45 deletions macos/libvorbisfile.mcp.exp

This file was deleted.

Binary file removed macos/vorbis.mcp
Binary file not shown.
22 changes: 0 additions & 22 deletions todo.txt

This file was deleted.