Correcting mistake in location of JS2 debug shell on Windows.

git-svn-id: svn://10.0.0.236/trunk@117743 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
pschwartau%netscape.com 2002-03-30 00:35:16 +00:00
parent 85104bd12d
commit e6dd5c39dc

View File

@ -729,7 +729,7 @@ sub get_dd_engine_command {
$exe = "JS2";
} elsif ($os_type eq "WIN") {
$os = "winbuild/";
$debug = "DikDik_shell___Win32_Debug/";
$debug = "Debug/";
$opt = "Release/";
$exe = "DikDik_shell.exe";
} else {