Browse Source

allow specifying install directory

Dave Schuyler 20 years ago
parent
commit
7cbdfe35bb
1 changed files with 6 additions and 1 deletions
  1. 6 1
      dmodels/Package.pp

+ 6 - 1
dmodels/Package.pp

@@ -35,7 +35,10 @@
 #endif
 #endif
 
 
 // Where should we install DMODELS?
 // Where should we install DMODELS?
-#if $[or $[CTPROJS],$[DMODELS]]
+#if $[DMODELS_INSTALL]
+  #define DMODELS_INSTALL $[DMODELS_INSTALL]
+  #define DMODELS_INSTALL_OTHER $[DMODELS_INSTALL]
+#elif $[or $[CTPROJS],$[DMODELS]]
   #define DMODELS_INSTALL $[DMODELS]
   #define DMODELS_INSTALL $[DMODELS]
   #define DMODELS_INSTALL_OTHER $(DMODELS)
   #define DMODELS_INSTALL_OTHER $(DMODELS)
   #if $[eq $[DMODELS],]
   #if $[eq $[DMODELS],]
@@ -60,3 +63,5 @@
 
 
 // Define some global variables for this tree.
 // Define some global variables for this tree.
 #define FLT2EGG_OPTS -no -uo ft
 #define FLT2EGG_OPTS -no -uo ft
+#define MAYA2EGG_OPTS -fri 24 -uo ft -p
+#define EGG2BAM_OPTS -combine-geoms 1