浏览代码

for MRM tree

Mark Mine 22 年之前
父节点
当前提交
b24a6ff2cb
共有 2 个文件被更改,包括 9 次插入0 次删除
  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