Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(166)

Unified Diff: rlz/output_rlz_copy.rules

Issue 10760: - Stop rlz from constantly "rebuilding".... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 12 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « rlz/copy_files.bat ('k') | rlz/rlz.vcproj » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: rlz/output_rlz_copy.rules
===================================================================
--- rlz/output_rlz_copy.rules (revision 5486)
+++ rlz/output_rlz_copy.rules (working copy)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
<VisualStudioToolFile
Name="Output RLZ copy"
Version="8.00"
@@ -6,9 +6,11 @@
<Rules>
<CustomBuildRule
Name="Output RLZ copy"
- CommandLine="$(SolutionDir)..\rlz\copy_files.bat $(ProjectDir)Binaries\* $(OutDir)"
+ DisplayName="Output RLZ copy"
+ CommandLine="$(SolutionDir)..\rlz\copy_files.bat &quot;$(InputPath)&quot; &quot;$(OutDir)&quot;"
Outputs="$(OutDir)\$(InputFileName)"
FileExtensions="*.dll;*.pdb"
+ ExecutionDescription="Executing tool..."
>
<Properties>
</Properties>
« no previous file with comments | « rlz/copy_files.bat ('k') | rlz/rlz.vcproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698