mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
Continue rbuild cleanup (Module class)
svn path=/trunk/; revision=28964
This commit is contained in:
@@ -107,7 +107,7 @@ Bootstrap::Initialize ()
|
||||
if ( att != NULL )
|
||||
nameoncd = att->value;
|
||||
else
|
||||
nameoncd = module->GetTargetName ();
|
||||
nameoncd = module->output->name;
|
||||
}
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user