Allow generated header in rc files

This commit is contained in:
Seth Hillbrand 2023-01-04 12:00:02 -08:00
parent fc86998bf6
commit 0ddff6b54f
3 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,4 @@
#define INCLUDE_KICAD_VERSION
#include <kicad_build_version.h> #include <kicad_build_version.h>
#if KICAD_IS_NIGHTLY #if KICAD_IS_NIGHTLY

View File

@ -1,4 +1,5 @@
#include <winver.h> // defines VS_VERSION_INFO #include <winver.h> // defines VS_VERSION_INFO
#define INCLUDE_KICAD_VERSION
#include <kicad_build_version.h> #include <kicad_build_version.h>
#ifndef DEBUG #ifndef DEBUG

View File

@ -2,6 +2,7 @@
#define wxUSE_NO_MANIFEST 1 #define wxUSE_NO_MANIFEST 1
#include "wx/msw/wx.rc" #include "wx/msw/wx.rc"
#include <winver.h> // defines VS_VERSION_INFO #include <winver.h> // defines VS_VERSION_INFO
#define INCLUDE_KICAD_VERSION
#include <kicad_build_version.h> #include <kicad_build_version.h>
#ifdef ISOLATION_AWARE_ENABLED #ifdef ISOLATION_AWARE_ENABLED