Hi Bastian,
It's not possible to use multiple .tmp files via the PalmRez Postlinker pref
panel. What you should do is to link in subprojects, each generating it's
own tmp file. PalmRez will automatically merge all those tmp files when
linking the eventual app. This is an example of how you might do it:
a) Create a project
b) In the Targets view, clone the existing target or create a new one.
c) Set the target up as you would normally, but for Postlinker, set to None.
Just link using MacOS 68K Linker.
d) in the Targets view, drag this new target into the old one i.e. make it a
subtarget.
e) you will notice a column on the right of the Targets view, click on this
column next to the subtarget.
What this does is to tell the linker to link in the output from the
subtarget into the main target. Since the output from the subtarget is not
postlinked, it will be in the form of a .tmp file. PalmRez, when linking the
main target will link all these tmp files together to build the final app.
Hope this helps.
Jun-Kiat Lam
Metrowerks Technical Support
----- Original Message -----
From: Bastian <[EMAIL PROTECTED]>
To: Palm Dev Mailing List <[EMAIL PROTECTED]>
Sent: Thursday, September 30, 1999 12:23 AM
Subject: CodeWarrior
> Hello,
>
> now I have the following problem:
>
> In COdeWarrior Rel 5 (for PalmOS 3) i have a project with
> 2 targets, one main application segment and one a code resource.
>
> How can I link them together into one .prc file?
>
> If I put both tmp files into the PalmRez Post Linker Mac resource
> Files box:
>
> target1.tmp, target2.tmp
>
> I get an error message: 'Could not open file 'target1.tmp,
> target2.tmp'
>
> This was working in CW Rel 4.
>
> Any idea?
>
> Thanks again ..
>
> Bastian
>