There is no template at present. One of the projects I'm working on at
present is updating the CW for Palm FAQ to address this and some other new
issues since R6 was released. Here's the relevant snippet from the FAQ:
7.8 How do I create Palm OS static libraries using CodeWarrior?
1. Create a Palm OS project from the stationeries
2. Open the Project Settings
3. Open the Target Settings panel
4. Set the Post-Linker to None
5. Open the 68K Target panel
6. Set the Project Type to Library and Palm OS Library. You should set
the File Name to '<library name>.lib'
7. Write your library code and its associated header file and include
them in the project.
8. Build your library. A .lib file will be created.
For an example of how a static library project is set up, check out
StartupCode.mcp in the Palm OS SDK support folder's Libraries/StartupCode/
subfolder.
HTH,
Jun-Kiat Lam
Metrowerks Technical Support
----- Original Message -----
From: Anson, Gary/EXEUG3 <[EMAIL PROTECTED]>
To: 'Palm Developers Forum List' <[EMAIL PROTECTED]>
Sent: Monday, November 15, 1999 5:17 PM
Subject: Creating a "lib" in CodeWarrior R6
> I want to create a library for inclusion into other applications and am
> having a time trying to find the appropriate switches/check boxes. Is
there
> an easy method for creating a Palm library (*.lib) not a shared library?
> Is there also a way of creating a template so that I do not have to go
> through this process?
> Any help would be greatly appreciated
>
>