mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
Overwrite registry only if the source files change
svn path=/branches/xmlbuildsystem/; revision=15312
This commit is contained in:
@@ -913,10 +913,12 @@ MingwBackend::GenerateInstallTarget ()
|
||||
vector<string> vInstallTargetFiles;
|
||||
GetInstallTargetFiles ( vInstallTargetFiles );
|
||||
string installTargetFiles = v2s ( vInstallTargetFiles, 5 );
|
||||
string registryTargetFiles = GetRegistryTargetFiles ();
|
||||
|
||||
fprintf ( fMakefile,
|
||||
"install: %s install_registry\n",
|
||||
installTargetFiles.c_str () );
|
||||
"install: %s %s\n",
|
||||
installTargetFiles.c_str (),
|
||||
registryTargetFiles.c_str () );
|
||||
OutputNonModuleInstallTargets ();
|
||||
OutputModuleInstallTargets ();
|
||||
OutputRegistryInstallTarget ();
|
||||
|
||||
Reference in New Issue
Block a user