mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 18:23:15 +02:00
Remove or move old .ico and .pgn files and add new icons (.ico files and .png files) in bitmaps_png/icons and bitmaps_xpm/icons .png files and .ico are used to build desktop shortcuts Handle variable size bitmaps in kicad.
8 lines
213 B
Plaintext
8 lines
213 B
Plaintext
#ifdef USE_PNG_BITMAPS
|
|
icon_bitmap2component ICON "../bitmaps_png/icons/icon_bitmap2component.ico"
|
|
#else
|
|
icon_bitmap2component ICON "../bitmaps_xpm/icons/icon_bitmap2component.ico"
|
|
#endif
|
|
|
|
#include "wx/msw/wx.rc"
|