[vorbis-dev] Mac project files in mainstream
Chris Hanson
cmh at bDistributed.com
Mon Nov 6 10:04:11 PST 2000
At 11:38 AM -0500 11/6/00, David Riley wrote:
>Hmm... The Mac makefiles are beginning to get really out of date in the
>mainstream ogg and vorbis trees. As a mtter of fact, there aren't any
>Mac makefiles in the ogg tree. I can make an attempt to update them,
>but I'm not very good at library work (exported symbols confuse the hell
>out of me), or if Chris is listening, I'm making a request for an
>update... please?
I'll put it on today's to-do list to make sure my current project
files are up to date (last time I touched them was a couple weeks
ago; I do have separate files for libogg and libvorbis now) and then
get them submitted.
As for how to make exported symbols work in CodeWarrior, it's not so
tough. Just make sure your linker is set to use a ".exp" file, then
list the symbol names that you want to export from your library in a
file named projectname.exp. (For instance, libVorbis.mcp.exp.) You
can use "#" as a comment-to-end-of-line character. Also make sure
that you don't have your fragment entry point set to __start;
preferably it should be blank, and your fragment initialization and
termination routines should be set to __initialize and __terminate in
case the runtime needs to initialize global data before any of your
routines are called.
-- Chris
--
Christopher M. Hanson <cmh at bDistributed.com>
President & CEO, bDistributed.com, Inc.
Developers of database-backed web sites and Mac software
(847) 372-3955
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'vorbis-dev-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
More information about the Vorbis-dev
mailing list