mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-01 22:53:50 +01:00
Change all four configurations this time..
This commit is contained in:
@@ -2563,7 +2563,7 @@
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
CommandLine="copy /Y "$(InputFileName)" "$(OutDir)\$(ParentName)\$(InputFileName)""
|
||||
CommandLine="copy /Y "$(InputDir)\$(InputFileName)" "$(OutDir)\$(ParentName)\$(InputFileName)""
|
||||
Outputs="$(OutDir)\$(ParentName)\$(InputFileName)"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
@@ -2581,7 +2581,7 @@
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
CommandLine="copy /Y "$(InputFileName)" "$(OutDir)\$(ParentName)\$(InputFileName)""
|
||||
CommandLine="copy /Y "$(InputDir)\$(InputFileName)" "$(OutDir)\$(ParentName)\$(InputFileName)""
|
||||
Outputs="$(OutDir)\$(ParentName)\$(InputFileName)"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
@@ -2590,7 +2590,7 @@
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
CommandLine="copy /Y "$(InputFileName)" "$(OutDir)\$(ParentName)\$(InputFileName)""
|
||||
CommandLine="copy /Y "$(InputDir)\$(InputFileName)" "$(OutDir)\$(ParentName)\$(InputFileName)""
|
||||
Outputs="$(OutDir)\$(ParentName)\$(InputFileName)"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
|
||||
Reference in New Issue
Block a user