Browse Source

more debug

Dave Schuyler 20 years ago
parent
commit
9b228c1321
3 changed files with 6 additions and 5 deletions
  1. 2 3
      dmodels/Package.pp
  2. 2 1
      pandaapp/Package.pp
  3. 2 1
      pandatool/Package.pp

+ 2 - 3
dmodels/Package.pp

@@ -56,12 +56,11 @@
 
 // Also get the DIRECT Package file and everything that includes.
 #if $[not $[isfile $[DIRECT_SOURCE]/Package.pp]]
-  #error DIRECT source directory not found!  Are you attached properly?
+  #printvar DIRECT_SOURCE
+  #error DIRECT source directory not found from dmodels!  Are you attached properly?
 #endif
 
 #include $[DIRECT_SOURCE]/Package.pp
 
 // Define some global variables for this tree.
 #define FLT2EGG_OPTS -no -uo ft
-#define MAYA2EGG_OPTS -fri 24 -uo ft -p
-#define EGG2BAM_OPTS -combine-geoms 1

+ 2 - 1
pandaapp/Package.pp

@@ -48,7 +48,8 @@
 
 // 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?
+  #printvar PANDATOOL 
+  #error PANDATOOL source directory not found from pandaapp!  Are you attached properly?
 #endif
 
 #include $[PANDATOOL_SOURCE]/Package.pp

+ 2 - 1
pandatool/Package.pp

@@ -49,7 +49,8 @@
 
 // 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?
+  #printvar PANDA_SOURCE
+  #error PANDA source directory not found from pandatool!  Are you attached properly?
 #endif
 
 #include $[PANDA_SOURCE]/Package.pp