From 35f40e8c2afe7f15bc18d24c81dd5eb655cae855 Mon Sep 17 00:00:00 2001 From: David Rose Date: Wed, 29 Sep 2004 16:37:17 +0000 Subject: [PATCH] clarify inter-tree dependencies comments --- direct/Package.pp | 7 ++----- panda/Package.pp | 8 ++------ pandaapp/Package.pp | 8 ++------ pandatool/Package.pp | 8 ++------ 4 files changed, 8 insertions(+), 23 deletions(-) diff --git a/direct/Package.pp b/direct/Package.pp index ad455e405f..a4978e8de6 100644 --- a/direct/Package.pp +++ b/direct/Package.pp @@ -45,10 +45,6 @@ #defer DIRECT_INSTALL_OTHER $[unixfilename $[INSTALL_DIR]] #endif - -// 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? @@ -56,5 +52,6 @@ #include $[PANDA_SOURCE]/Package.pp -// Now define the intra-tree dependencies. +// Define the inter-tree dependencies. +#define NEEDS_TREES panda $[NEEDS_TREES] #define DEPENDABLE_HEADER_DIRS $[DEPENDABLE_HEADER_DIRS] $[PANDA_INSTALL]/include diff --git a/panda/Package.pp b/panda/Package.pp index 88b634af98..e7b3752b68 100644 --- a/panda/Package.pp +++ b/panda/Package.pp @@ -45,11 +45,6 @@ #defer PANDA_INSTALL_OTHER $[unixfilename $[INSTALL_DIR]] #endif - -// Define the inter-tree dependencies. -#define NEEDS_TREES $[NEEDS_TREES] dtool - - // Also get the DTOOL Package file and everything that includes. #if $[not $[isfile $[DTOOL_SOURCE]/Package.pp]] #error DTOOL source directory not found! Are you attached properly? @@ -57,5 +52,6 @@ #include $[DTOOL_SOURCE]/Package.pp -// Now define the intra-tree dependencies. +// Define the inter-tree dependencies. +#define NEEDS_TREES dtool $[NEEDS_TREES] #define DEPENDABLE_HEADER_DIRS $[DEPENDABLE_HEADER_DIRS] $[DTOOL_INSTALL]/include diff --git a/pandaapp/Package.pp b/pandaapp/Package.pp index 66f40640ab..de2daff3af 100644 --- a/pandaapp/Package.pp +++ b/pandaapp/Package.pp @@ -46,11 +46,6 @@ #defer PANDAAPP_INSTALL_OTHER $[INSTALL_DIR] #endif - -// Define the inter-tree dependencies. -#define NEEDS_TREES $[NEEDS_TREES] pandatool - - // Also get the PANDATOOL Package file and everything that includes. #if $[not $[isfile $[PANDATOOL_SOURCE]/Package.pp]] #error PANDATOOL source directory not found! Are you attached properly? @@ -58,5 +53,6 @@ #include $[PANDATOOL_SOURCE]/Package.pp -// Now define the intra-tree dependencies. +// Define the inter-tree dependencies. +#define NEEDS_TREES pandatool $[NEEDS_TREES] #define DEPENDABLE_HEADER_DIRS $[DEPENDABLE_HEADER_DIRS] $[PANDATOOL_INSTALL]/include diff --git a/pandatool/Package.pp b/pandatool/Package.pp index fbc04c499c..edee2db4c8 100644 --- a/pandatool/Package.pp +++ b/pandatool/Package.pp @@ -47,11 +47,6 @@ #defer PANDATOOL_INSTALL_OTHER $[unixfilename $[INSTALL_DIR]] #endif - -// 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? @@ -59,5 +54,6 @@ #include $[PANDA_SOURCE]/Package.pp -// Now define the intra-tree dependencies. +// Define the inter-tree dependencies. +#define NEEDS_TREES panda $[NEEDS_TREES] #define DEPENDABLE_HEADER_DIRS $[DEPENDABLE_HEADER_DIRS] $[PANDA_INSTALL]/include