Chromium Code Reviews| Index: build/output_dll_copy.rules |
| diff --git a/build/output_dll_copy.rules b/build/output_dll_copy.rules |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..c6e905131d44aa52681a0489f5554165c1c294a3 |
| --- /dev/null |
| +++ b/build/output_dll_copy.rules |
| @@ -0,0 +1,17 @@ |
| +<?xml version="1.0" encoding="utf-8"?> |
| +<VisualStudioToolFile |
| + Name="Output DLL copy" |
| + Version="8.00" |
| + > |
| + <Rules> |
| + <CustomBuildRule |
| + Name="Output DLL copy" |
| + CommandLine="xcopy /R /C /Y $(InputPath) $(OutDir)" |
| + Outputs="$(OutDir)\$(InputFileName)" |
| + FileExtensions="*.dll" |
| + > |
| + <Properties> |
| + </Properties> |
| + </CustomBuildRule> |
| + </Rules> |
| +</VisualStudioToolFile> |