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