Probably a good idea to look for rcerror as rcerror.exe on Windows.
This commit is contained in:
parent
aca8314fdb
commit
a92f816f55
1 changed files with 4 additions and 0 deletions
|
@ -76,7 +76,11 @@ TReportResult report (const std::string &title, const std::string &header, const
|
|||
f << body;
|
||||
f.close();
|
||||
|
||||
#ifdef NL_OS_WINDOWS
|
||||
NLMISC::launchProgram( "rcerror.exe", fname );
|
||||
#else
|
||||
NLMISC::launchProgram( "rcerror", fname );
|
||||
#endif
|
||||
}
|
||||
|
||||
NLMISC::CFile::deleteFile( fname );
|
||||
|
|
Loading…
Reference in a new issue