add P3D_PLUGIN_VERSION_STR
This commit is contained in:
parent
81b832a50f
commit
14d6123e77
|
|
@ -1617,6 +1617,7 @@ def WriteConfigSettings():
|
|||
plugin_config["P3D_PLUGIN_P3D_PLUGIN"] = ""
|
||||
plugin_config["P3D_PLUGIN_P3DPYTHON"] = ""
|
||||
plugin_config["P3D_COREAPI_VERSION_STR"] = COREAPI_VERSION
|
||||
plugin_config["P3D_PLUGIN_VERSION_STR"] = PLUGIN_VERSION
|
||||
|
||||
if (RUNTIME):
|
||||
dtool_config["HAVE_P3D_PLUGIN"] = '1'
|
||||
|
|
|
|||
Loading…
Reference in New Issue