intra-tree dependencies

This commit is contained in:
David Rose 2004-09-29 16:26:14 +00:00
parent 257a2464e7
commit 3de889a930
4 changed files with 12 additions and 1 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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