"Jim Duffy" <[EMAIL PROTECTED]> wrote in message
news:32079@palm-dev-forum...
>
> I have a source file I would like to be able to distribute as a static
> library.  I would like to have the code compiled when releasing it and
> supplying a developer with the header file.
>
> How do I go about getting this source file compiled in a way I can
> distribute?
>
> When I compile, I can't find the .obj file anywhere.
>
> any sugestions?

If you're using CodeWarrior, distribute it as a static library.

To make a library, change your "68K Target" panel settings from "PalmOS
Application" to "Library".  Then, choose "PalmOS Library" from the radio
buttons, and give an appropriate .lib name to the output file.

CodeWarrior doesn't use external object files -- this is the only way to
distribute unlinked code in a binary format.

--
Ben Combee
Veriprise Wireless <http://www.veriprise.com>



-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to