Browse Source

need COREAPI_VERSION in p3d_plugin_config.h too

David Rose 15 years ago
parent
commit
6dab30e2d5
1 changed files with 1 additions and 0 deletions
  1. 1 0
      makepanda/makepanda.py

+ 1 - 0
makepanda/makepanda.py

@@ -1492,6 +1492,7 @@ def WriteConfigSettings():
         plugin_config["P3D_PLUGIN_LOG_BASENAME3"] = ""
         plugin_config["P3D_PLUGIN_LOG_BASENAME3"] = ""
         plugin_config["P3D_PLUGIN_P3D_PLUGIN"] = ""
         plugin_config["P3D_PLUGIN_P3D_PLUGIN"] = ""
         plugin_config["P3D_PLUGIN_P3DPYTHON"] = ""
         plugin_config["P3D_PLUGIN_P3DPYTHON"] = ""
+        plugin_config["P3D_COREAPI_VERSION_STR"] = COREAPI_VERSION
 
 
     if (RUNTIME):
     if (RUNTIME):
         dtool_config["HAVE_P3D_PLUGIN"] = '1'
         dtool_config["HAVE_P3D_PLUGIN"] = '1'