Rasbats / shipdriver_pi

Almost a simulator
GNU General Public License v3.0
3 stars 21 forks source link

Icons handling refactoring #597

Closed leamas closed 2 months ago

leamas commented 2 months ago

Refactor the handling of icons using new signatures and two new files.

Make the PKG_NAME defined in Plugin.cmake available in config.h. This can be used as a generic argument to GetPluginDataDir() which make is easier to copy pieces forth and back

Avoid messing with the generated files icons.h and icons.cpp. These seems actually outdated, wxWidgets is perfectly able to load .png files direct from filesystem.

Closes: #594

leamas commented 2 months ago

Nope, build errors. Stay tuned.

leamas commented 2 months ago

All good for now, ready from my side.