http://www.perlmonks.org?node_id=606051


in reply to Re^3: Merge multiple BMP images into ICO files
in thread Merge multiple BMP images into ICO files

Hi

Yes, this is certainly biting back. The Eclipse "export RCP Application" button in the IDE works great. But does way too much under the hood. I'm in the process of trying to figure out what exactly it is doing so that I can automate it without having to have the entire Eclipse Platform installed everywhere I want to do a build (I should only need the libraries, which is a much small set of code).

Thanks, J