mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 02:15:43 -04:00
vc7
This commit is contained in:
parent
3ce3cf9ff3
commit
e9210221b1
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user