mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +00:00
Probably a good idea to look for rcerror as rcerror.exe on Windows.
This commit is contained in:
parent
8b92080b14
commit
1e3fad50bb
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 << body;
|
||||||
f.close();
|
f.close();
|
||||||
|
|
||||||
|
#ifdef NL_OS_WINDOWS
|
||||||
|
NLMISC::launchProgram( "rcerror.exe", fname );
|
||||||
|
#else
|
||||||
NLMISC::launchProgram( "rcerror", fname );
|
NLMISC::launchProgram( "rcerror", fname );
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
NLMISC::CFile::deleteFile( fname );
|
NLMISC::CFile::deleteFile( fname );
|
||||||
|
|
Loading…
Reference in a new issue