Erich Hoover ehoover@mines.edu writes:
On Fri, Dec 10, 2010 at 3:28 AM, Alexandre Julliard julliard@winehq.org wrote:
Erich Hoover ehoover@mines.edu writes:
... So, my thought was that it might be desirable to split apart the individual icons, move them all to one centralized location, and then institute a makefile rule for chaining the icons together into toolbar bitmaps. Any other thoughts? Does this sound reasonable and worth pursuing?
Probably not. It would be fairly complex and create dependencies on external tools. What you can do though is load the bitmaps from comctl32 at run-time for things that would be duplicated.
Wine already requires all the build tools you would need to do this in order to build icons. It would essentially be the same procedure except that you'd want to have a "source" toolbar bitmap file describing the size to use and the list of icons to pull.
I don't think it's worth the trouble. Copying a few bitmaps is not a big deal.