Allow generated header in rc files
This commit is contained in:
parent
fc86998bf6
commit
0ddff6b54f
|
@ -1,3 +1,4 @@
|
|||
#define INCLUDE_KICAD_VERSION
|
||||
#include <kicad_build_version.h>
|
||||
|
||||
#if KICAD_IS_NIGHTLY
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
#include <winver.h> // defines VS_VERSION_INFO
|
||||
#define INCLUDE_KICAD_VERSION
|
||||
#include <kicad_build_version.h>
|
||||
|
||||
#ifndef DEBUG
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
#define wxUSE_NO_MANIFEST 1
|
||||
#include "wx/msw/wx.rc"
|
||||
#include <winver.h> // defines VS_VERSION_INFO
|
||||
#define INCLUDE_KICAD_VERSION
|
||||
#include <kicad_build_version.h>
|
||||
|
||||
#ifdef ISOLATION_AWARE_ENABLED
|
||||
|
|
Loading…
Reference in New Issue