mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
allow HAVE_INTERROGATE to be redefined in Config.pp to disable interrogate
This commit is contained in:
parent
6c175a5176
commit
3762f0515d
@ -72,7 +72,7 @@
|
|||||||
// Define some various compile flags, derived from the variables set
|
// Define some various compile flags, derived from the variables set
|
||||||
// in Config.pp.
|
// in Config.pp.
|
||||||
#set INTERROGATE_PYTHON_INTERFACE $[and $[HAVE_PYTHON],$[INTERROGATE_PYTHON_INTERFACE]]
|
#set INTERROGATE_PYTHON_INTERFACE $[and $[HAVE_PYTHON],$[INTERROGATE_PYTHON_INTERFACE]]
|
||||||
#define run_interrogate $[or $[INTERROGATE_C_INTERFACE],$[INTERROGATE_PYTHON_INTERFACE]]
|
#define run_interrogate $[HAVE_INTERROGATE]
|
||||||
|
|
||||||
#define stl_ipath $[wildcard $[STL_IPATH]]
|
#define stl_ipath $[wildcard $[STL_IPATH]]
|
||||||
#define stl_lpath $[wildcard $[STL_LPATH]]
|
#define stl_lpath $[wildcard $[STL_LPATH]]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user