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