mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
9 lines
326 B
Plaintext
9 lines
326 B
Plaintext
#include "resource.h"
|
|
|
|
IDI_APP_BITMAP2COMPONENT_ICON ICON "../resources/bitmaps_png/icons/icon_bitmap2component.ico"
|
|
|
|
#define RC_VER_FILE_DESCRIPTION "KiCad Image Converter " KICAD_WIN32_RC_PRODVER_STR
|
|
#define RC_VER_INTERNALNAME "bitmap2component"
|
|
#define RC_VER_ORIGINALFILENAME "bitmap2component.exe"
|
|
#include "kiwin32.rc"
|