mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2024-12-04 19:25:37 +00:00
6b9fc02f59
Fixes issue where Windows really wants to see the DLL extension to load the resource metadata
5 lines
205 B
Plaintext
5 lines
205 B
Plaintext
#define RC_VER_FILE_DESCRIPTION "KiCad Drawing Sheet Editor " KICAD_WIN32_RC_PRODVER_STR
|
|
#define RC_VER_INTERNALNAME "_pl_editor"
|
|
#define RC_VER_ORIGINALFILENAME "_pl_editor.dll"
|
|
#include "kiwin32-dll.rc"
|