diff --git a/mk/windoze/mg_build_breakpad_stacktrace.bat b/mk/windoze/mg_build_breakpad_stacktrace.bat index 90c311a7..f801f7a8 100644 --- a/mk/windoze/mg_build_breakpad_stacktrace.bat +++ b/mk/windoze/mg_build_breakpad_stacktrace.bat @@ -3,15 +3,15 @@ if "%1." == "." goto NOTSET if NOT EXIST "%AppData%\megaglest\%1" goto NOTFOUND -..\..\source\windows_deps\google-breakpad\trunk\src\minidump_stackwalk.exe "%AppData%\megaglest\%1" .\windows_symbols +..\..\source\windows_deps\google-breakpad\trunk\src\minidump_stackwalk.exe "%1" .\windows_symbols goto END :NOTSET -echo "You need to pass the name of the DMP file (in %AppData%) to process as the first argument." +echo You need to pass the full path to the DMP file to process (usually in %AppData%\megaglest) as first argument on the command line. goto END :NOTFOUND -echo "File not found [%AppData%\megaglest\%1]" +echo File not found [%1] goto END :END