mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
intra-tree dependencies
This commit is contained in:
parent
257a2464e7
commit
3de889a930
@ -49,10 +49,12 @@
|
|||||||
// Define the inter-tree dependencies.
|
// Define the inter-tree dependencies.
|
||||||
#define NEEDS_TREES $[NEEDS_TREES] panda
|
#define NEEDS_TREES $[NEEDS_TREES] panda
|
||||||
|
|
||||||
|
|
||||||
// Also get the PANDA Package file and everything that includes.
|
// Also get the PANDA Package file and everything that includes.
|
||||||
#if $[not $[isfile $[PANDA_SOURCE]/Package.pp]]
|
#if $[not $[isfile $[PANDA_SOURCE]/Package.pp]]
|
||||||
#error PANDA source directory not found! Are you attached properly?
|
#error PANDA source directory not found! Are you attached properly?
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include $[PANDA_SOURCE]/Package.pp
|
#include $[PANDA_SOURCE]/Package.pp
|
||||||
|
|
||||||
|
// Now define the intra-tree dependencies.
|
||||||
|
#define DEPENDABLE_HEADER_DIRS $[DEPENDABLE_HEADER_DIRS] $[PANDA_INSTALL]/include
|
||||||
|
@ -56,3 +56,6 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include $[DTOOL_SOURCE]/Package.pp
|
#include $[DTOOL_SOURCE]/Package.pp
|
||||||
|
|
||||||
|
// Now define the intra-tree dependencies.
|
||||||
|
#define DEPENDABLE_HEADER_DIRS $[DEPENDABLE_HEADER_DIRS] $[DTOOL_INSTALL]/include
|
||||||
|
@ -57,3 +57,6 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include $[PANDATOOL_SOURCE]/Package.pp
|
#include $[PANDATOOL_SOURCE]/Package.pp
|
||||||
|
|
||||||
|
// Now define the intra-tree dependencies.
|
||||||
|
#define DEPENDABLE_HEADER_DIRS $[DEPENDABLE_HEADER_DIRS] $[PANDATOOL_INSTALL]/include
|
||||||
|
@ -58,3 +58,6 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include $[PANDA_SOURCE]/Package.pp
|
#include $[PANDA_SOURCE]/Package.pp
|
||||||
|
|
||||||
|
// Now define the intra-tree dependencies.
|
||||||
|
#define DEPENDABLE_HEADER_DIRS $[DEPENDABLE_HEADER_DIRS] $[PANDA_INSTALL]/include
|
||||||
|
Loading…
x
Reference in New Issue
Block a user