2022-01-23 13:27:51 +00:00
|
|
|
#include <kicad_build_version.h>
|
|
|
|
|
|
|
|
#if KICAD_IS_NIGHTLY
|
2022-07-21 23:32:44 +00:00
|
|
|
icon_kicad ICON "../resources/bitmaps_png/icons/icon_kicad_nightly.ico"
|
2022-01-23 13:27:51 +00:00
|
|
|
#else
|
2022-07-21 23:32:44 +00:00
|
|
|
icon_kicad ICON "../resources/bitmaps_png/icons/icon_kicad.ico"
|
2022-01-23 13:27:51 +00:00
|
|
|
#endif
|
2011-09-10 17:48:35 +00:00
|
|
|
|
2021-12-29 01:27:16 +00:00
|
|
|
#define RC_VER_FILE_DESCRIPTION "KiCad EDA " KICAD_WIN32_RC_PRODVER_STR
|
2021-03-04 05:34:48 +00:00
|
|
|
#define RC_VER_INTERNALNAME "kicad"
|
|
|
|
#define RC_VER_ORIGINALFILENAME "kicad.exe"
|
2020-10-10 19:08:23 +00:00
|
|
|
#include "kiwin32.rc"
|