mirror of
https://github.com/reactos/reactos.git
synced 2025-07-13 06:34:16 +00:00
remove xml.h/cpp's dependancy on exception.h/cpp - in preparation to move xml.h/cpp and ssprintf.h/ccp out of rbuild directory since buildno uses them too
svn path=/trunk/; revision=19674
This commit is contained in:
parent
d80446e3a9
commit
dccb79c6ac
16 changed files with 563 additions and 282 deletions
|
@ -1944,8 +1944,9 @@ MingwModuleHandler::GenerateInvocations () const
|
|||
|
||||
if ( invoke.invokeModule->type != BuildTool )
|
||||
{
|
||||
throw InvalidBuildFileException ( module.node.location,
|
||||
"Only modules of type buildtool can be invoked." );
|
||||
throw XMLInvalidBuildFileException (
|
||||
module.node.location,
|
||||
"Only modules of type buildtool can be invoked." );
|
||||
}
|
||||
|
||||
string invokeTarget = module.GetInvocationTarget ( i );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue