Mark Mine 22 лет назад
Родитель
Сommit
aa3dfc7d52
2 измененных файлов с 9 добавлено и 0 удалено
  1. 5 0
      direct/src/directscripts/runPythonEmacs
  2. 4 0
      direct/src/showbase/ppython

+ 5 - 0
direct/src/directscripts/runPythonEmacs

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

+ 4 - 0
direct/src/showbase/ppython

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