From 54dd2108d59da1ce148a4a6825431e706352f11a Mon Sep 17 00:00:00 2001 From: David Rose Date: Fri, 11 Jun 2010 19:03:37 +0000 Subject: [PATCH] HAVE_P3D_RTDIST --- dtool/Config.pp | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/dtool/Config.pp b/dtool/Config.pp index 671173ddd5..96a555f107 100644 --- a/dtool/Config.pp +++ b/dtool/Config.pp @@ -250,6 +250,17 @@ // remaining variables are of general interest to everyone. +// You may define this to build or develop the plugin. +//#define HAVE_P3D_PLUGIN 1 + +// You may define both of these to build or develop the Panda3D +// rtdist, the environment packaged up for distribution with the +// plugin. +#define PANDA_PACKAGE_VERSION local_dev +//#define PANDA_PACKAGE_HOST_URL http://some.url/ +#defer HAVE_P3D_RTDIST $[PANDA_PACKAGE_HOST_URL] + + // NOTE: In the following, to indicate "yes" to a yes/no question, // define the variable to be a nonempty string. To indicate "no",