
Signature
Metrowerks, maker of CodeWarrior - "Software Starts Here"
Ron Liechty - MWRon@metrowerks.com - <http://www.metrowerks.com>
Hi Ron,
> The team said...
> This was also our first idea on how to make packaging work.
[quoted text clipped - 5 lines]
> I'd wager that you can use the package tab Copy Files action to make a
> folder of items in the correct locations, if that's all that you want.
The package tab in the project window must be a CW9 new feature, right ?
In fact my original compiler idea is simple :
- it gets the file
- 'would' get the file install path from group path
- compress the file with zlib and put it in resource with the name of the
resource the file name.
The file really needs to be compressed. So if I was to use a carbon
bundle like app, I would miss the compression feature.
Finally I've done the compiler using an heuristic way to determine
install path. This is not as clean as I would want it to be, but
it works for the moment.
About that package tab (I assume this is an CW9 feature not CW8)...
is the copy to package compiler used for that tab. In another way :
is there a way to use a custom compiler for that tab or is it
statically coded in the IDE itself ?
Thanks for your support. CW is a great tool, and its support
team too :)
Raphael
MW Ron - 09 Jan 2004 15:41 GMT
>Hi Ron,
>
[quoted text clipped - 9 lines]
>
>The package tab in the project window must be a CW9 new feature, right ?
Yes it is.
>In fact my original compiler idea is simple :
>- it gets the file
[quoted text clipped - 12 lines]
>is there a way to use a custom compiler for that tab or is it
>statically coded in the IDE itself ?
Not that I'm aware of. sorry,
>Thanks for your support. CW is a great tool, and its support
>team too :)
Thank you, I have the backing of many people to help me be active on
the newsgroups.
Ron

Signature
Metrowerks, maker of CodeWarrior - "Software Starts Here"
Ron Liechty - MWRon@metrowerks.com - <http://www.metrowerks.com>