From e9210221b1f9d290c0cab33eebf86c51c7a80441 Mon Sep 17 00:00:00 2001 From: cxgeorge <> Date: Thu, 6 Jun 2002 22:25:27 +0000 Subject: [PATCH] vc7 --- direct/src/showbase/ppython | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/direct/src/showbase/ppython b/direct/src/showbase/ppython index 125aac0221..f9cef1961b 100755 --- a/direct/src/showbase/ppython +++ b/direct/src/showbase/ppython @@ -62,10 +62,10 @@ fi HOME=`cygpath -w $HOME` export HOME -if [ x"$1" = x"-msdev" ]; then +if [ x"$1" = x"-devenv" ]; then # used for local machine debugging of vc dlls called by python shift 1 - exec msdev ${1+"$@"} & + exec devenv ${1+"$@"} & elif [ x"$1" = x"-remotedbg" ]; then # run msvc remote debug setup on local dbg tgt machine, connect using msdev on another machine shift 1