more debug

This commit is contained in:
Dave Schuyler 2005-07-01 23:06:10 +00:00
parent 6ad0abbb8f
commit 9b228c1321
3 changed files with 6 additions and 5 deletions

View File

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

View File

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

View File

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