From 6dab30e2d58a7bef9902173e1e596039502dce7b Mon Sep 17 00:00:00 2001 From: David Rose Date: Thu, 17 Jun 2010 17:42:27 +0000 Subject: [PATCH] need COREAPI_VERSION in p3d_plugin_config.h too --- makepanda/makepanda.py | 1 + 1 file changed, 1 insertion(+) diff --git a/makepanda/makepanda.py b/makepanda/makepanda.py index a5cf6fe48d..d5b1394c64 100755 --- a/makepanda/makepanda.py +++ b/makepanda/makepanda.py @@ -1492,6 +1492,7 @@ def WriteConfigSettings(): plugin_config["P3D_PLUGIN_LOG_BASENAME3"] = "" plugin_config["P3D_PLUGIN_P3D_PLUGIN"] = "" plugin_config["P3D_PLUGIN_P3DPYTHON"] = "" + plugin_config["P3D_COREAPI_VERSION_STR"] = COREAPI_VERSION if (RUNTIME): dtool_config["HAVE_P3D_PLUGIN"] = '1'