mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
Fixes issue where Windows really wants to see the DLL extension to load the resource metadata
5 lines
199 B
Plaintext
5 lines
199 B
Plaintext
#define RC_VER_FILE_DESCRIPTION "KiCad Schematic Editor " KICAD_WIN32_RC_PRODVER_STR
|
|
#define RC_VER_INTERNALNAME "_eeschema"
|
|
#define RC_VER_ORIGINALFILENAME "_eeschema.dll"
|
|
#include "kiwin32-dll.rc"
|