mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +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:
@@ -62,10 +62,12 @@ LinkerScript::ProcessXML()
|
||||
}
|
||||
}
|
||||
if ( !referenceResolved )
|
||||
throw InvalidBuildFileException (
|
||||
{
|
||||
throw XMLInvalidBuildFileException (
|
||||
node.location,
|
||||
"<linkerscript> attribute 'base' references non-existant project or module '%s'",
|
||||
att->value.c_str() );
|
||||
}
|
||||
directory = NormalizeFilename ( basePath + sSep + node.value );
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user