Is there a way to get the Copy To Package compiler (I'm using Pro 8.3)
to honor the foreign language heirarchy of the Resources folder? It
appears to place everything at the root level instead of like this:
Resources
InfoPlist.strings
- English.lproj
- SimpleHelloEnglish.nib
- French.lproj
-
SimpleHelloFrench.nib
Mark Krenek
Aspyr
Josef W. Wankerl - 12 Jan 2004 20:05 GMT
> Is there a way to get the Copy To Package compiler (I'm using Pro 8.3)
> to honor the foreign language heirarchy of the Resources folder?
Unfortunately, no. This is the main reason we switched from using the
copy to package system to the new package tab in the IDE for CW 9.
There is a postlinker on the CW 8 reference CD which should aid in
setting up a package the way you want. Also you could use the shell
tool postlinker to execute a shell script to do your copying and such.
Sean McBride - 12 Jan 2004 20:18 GMT
> Is there a way to get the Copy To Package compiler (I'm using Pro 8.3)
> to honor the foreign language heirarchy of the Resources folder? It
> appears to place everything at the root level instead of like this:
With CW9 its very easy. With CW8 there is no good way. Best thing is
to use a shell script post linker.