Browse Source

for MRM tree

Mark Mine 22 years ago
parent
commit
b24a6ff2cb
2 changed files with 9 additions and 0 deletions
  1. 5 0
      direct/src/directscripts/runPythonEmacs
  2. 4 0
      direct/src/showbase/ppython

+ 5 - 0
direct/src/directscripts/runPythonEmacs

@@ -75,6 +75,11 @@ if [ "$PARALLAX" ]; then
     PARALLAX=`cygpath -w $PARALLAX`
     export PARALLAX
 fi
+if [ "$MRM" ]; then
+    if [ "$debug" ]; then echo "MRM   $MRM"; fi
+    MRM=`cygpath -w $MRM`
+    export MRM
+fi
 if [ "$WINTOOLS" ]; then
     if [ "$debug" ]; then echo "WINTOOLS  $WINTOOLS"; fi
     WINTOOLS=`cygpath -w $WINTOOLS`

+ 4 - 0
direct/src/showbase/ppython

@@ -69,6 +69,10 @@ if [ "$PARALLAX" ]; then
     PARALLAX=`cygpath -w $PARALLAX`
     export PARALLAX
 fi
+if [ "$MRM" ]; then
+    MRM=`cygpath -w $MRM`
+    export MRM
+fi
 if [ "$TTMODELS" ]; then
     TTMODELS=`cygpath -w $TTMODELS`
     export TTMODELS