Browse Source

expose HAVE_P3D_PLUGIN to c++ code

David Rose 16 years ago
parent
commit
d24c039650
1 changed files with 3 additions and 0 deletions
  1. 3 0
      dtool/LocalSetup.pp

+ 3 - 0
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]