mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
fixes for make bootcd
svn path=/trunk/; revision=21123
This commit is contained in:
@@ -1023,11 +1023,11 @@ MingwBackend::OutputModuleInstallTargets ()
|
||||
string
|
||||
MingwBackend::GetRegistrySourceFiles ()
|
||||
{
|
||||
return "bootdata" + sSep + "hivecls.inf "
|
||||
"bootdata" + sSep + "hivedef.inf "
|
||||
"bootdata" + sSep + "hiveinst.inf "
|
||||
"bootdata" + sSep + "hivesft.inf "
|
||||
"bootdata" + sSep + "hivesys.inf";
|
||||
return "boot" + sSep + "bootdata" + sSep + "hivecls.inf "
|
||||
"boot" + sSep + "bootdata" + sSep + "hivedef.inf "
|
||||
"boot" + sSep + "bootdata" + sSep + "hiveinst.inf "
|
||||
"boot" + sSep + "bootdata" + sSep + "hivesft.inf "
|
||||
"boot" + sSep + "bootdata" + sSep + "hivesys.inf";
|
||||
}
|
||||
|
||||
string
|
||||
|
||||
@@ -2937,7 +2937,7 @@ MingwIsoModuleHandler::GenerateIsoModuleTarget ()
|
||||
string reactosInf = PassThruCacheDirectory (
|
||||
NormalizeFilename ( bootcdReactosNoFixup + sSep + "reactos.inf" ),
|
||||
backend->outputDirectory );
|
||||
string reactosDff = NormalizeFilename ( "bootdata" + sSep + "packages" + sSep + "reactos.dff" );
|
||||
string reactosDff = NormalizeFilename ( "boot" + sSep + "bootdata" + sSep + "packages" + sSep + "reactos.dff" );
|
||||
string cdDirectories = GetCdDirectories ( bootcdDirectory );
|
||||
vector<string> vCdFiles;
|
||||
GetCdFiles ( vCdFiles );
|
||||
@@ -3059,7 +3059,7 @@ MingwLiveIsoModuleHandler::OutputProfilesDirectoryCommands ( string& livecdDirec
|
||||
CreateDirectory ( livecdDirectory + sSep + "Profiles" + sSep + "Default User" + sSep + "Desktop" );
|
||||
CreateDirectory ( livecdDirectory + sSep + "Profiles" + sSep + "Default User" + sSep + "My Documents" );
|
||||
|
||||
string livecdIni = "bootdata" + sSep + "livecd.ini";
|
||||
string livecdIni = "boot" + sSep + "bootdata" + sSep + "livecd.ini";
|
||||
OutputCopyCommand ( livecdIni,
|
||||
"freeldr.ini",
|
||||
livecdDirectory );
|
||||
|
||||
Reference in New Issue
Block a user