Browse Source

Modified to add GWMODELS

Jason Yeung 21 years ago
parent
commit
4433a98233
1 changed files with 5 additions and 0 deletions
  1. 5 0
      direct/src/showbase/ppython

+ 5 - 0
direct/src/showbase/ppython

@@ -94,6 +94,11 @@ if [ "$PMODELS" ]; then
     PMODELS=`cygpath -w $PMODELS`
     PMODELS=`cygpath -w $PMODELS`
     export PMODELS
     export PMODELS
 fi
 fi
+# Gateway models
+if [ "$GWMODELS" ]; then
+    GWMODELS=`cygpath -w $GWMODELS`
+    export GWMODELS
+fi
 
 
 # Export the proper home environment variable
 # Export the proper home environment variable
 HOME=`cygpath -w "$HOME"`
 HOME=`cygpath -w "$HOME"`