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:
parent
85104bd12d
commit
e6dd5c39dc
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user