From d24c039650035042e2803c4beccb8ce4da0f3379 Mon Sep 17 00:00:00 2001 From: David Rose Date: Mon, 13 Jul 2009 07:13:12 +0000 Subject: [PATCH] expose HAVE_P3D_PLUGIN to c++ code --- dtool/LocalSetup.pp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dtool/LocalSetup.pp b/dtool/LocalSetup.pp index ccfdb661a8..5b782a3166 100644 --- a/dtool/LocalSetup.pp +++ b/dtool/LocalSetup.pp @@ -669,6 +669,9 @@ $[cdefine USE_STL_ALLOCATOR] /* Static linkage instead of the normal dynamic linkage? */ $[cdefine LINK_ALL_STATIC] +/* Define to compile the plugin code. */ +$[cdefine HAVE_P3D_PLUGIN] + /* Platform-identifying defines. */ $[cdefine IS_OSX] $[cdefine IS_LINUX]