Browse Source

Added parallax project

Mark Mine 23 years ago
parent
commit
82e3731bd9
1 changed files with 5 additions and 0 deletions
  1. 5 0
      direct/src/directscripts/runPythonEmacs

+ 5 - 0
direct/src/directscripts/runPythonEmacs

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