Browse Source

*** empty log message ***

Mark Mine 22 years ago
parent
commit
aa3dfc7d52
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

@@ -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