mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 16:58:40 -04:00
intra-tree dependencies
This commit is contained in:
parent
257a2464e7
commit
3de889a930
@ -49,10 +49,12 @@
|
||||
// Define the inter-tree dependencies.
|
||||
#define NEEDS_TREES $[NEEDS_TREES] panda
|
||||
|
||||
|
||||
// Also get the PANDA Package file and everything that includes.
|
||||
#if $[not $[isfile $[PANDA_SOURCE]/Package.pp]]
|
||||
#error PANDA source directory not found! Are you attached properly?
|
||||
#endif
|
||||
|
||||
#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
|
||||
|
||||
#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
|
||||
|
||||
#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
|
||||
|
||||
#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