mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-04-05 00:15:30 +00:00
Stuff a resource manifest into the kipython kiface
This commit is contained in:
parent
600dcd31ad
commit
46f86e51e4
4
resources/msw/kipython-dll.rc
Normal file
4
resources/msw/kipython-dll.rc
Normal file
@ -0,0 +1,4 @@
|
||||
#define RC_VER_FILE_DESCRIPTION "KiCad Python Interface " KICAD_WIN32_RC_PRODVER_STR
|
||||
#define RC_VER_INTERNALNAME "_kipython"
|
||||
#define RC_VER_ORIGINALFILENAME "_kipython.dll"
|
||||
#include "kiwin32-dll.rc"
|
@ -47,6 +47,10 @@ target_include_directories( scripting_kiface PRIVATE
|
||||
${Boost_INCLUDE_DIR}
|
||||
)
|
||||
|
||||
if( MSVC )
|
||||
target_sources( scripting_kiface PRIVATE ${CMAKE_SOURCE_DIR}/resources/msw/kipython-dll.rc )
|
||||
endif()
|
||||
|
||||
target_link_libraries( scripting_kiface
|
||||
scripting
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user