mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-11 23:54:18 +00:00
Introjucer: added some backslashes to the plugin install script path.
This commit is contained in:
parent
2c4bd7ac4d
commit
ba2ae2dd12
3 changed files with 5 additions and 5 deletions
|
|
@ -281,7 +281,7 @@ namespace VSTHelpers
|
|||
config->getValue (Ids::useRuntimeLibDLL) = true;
|
||||
|
||||
if (config->getValue (Ids::postbuildCommand).toString().isEmpty())
|
||||
config->getValue (Ids::postbuildCommand) = "copy /Y \"$(OutDir)$(TargetFileName)\" \"$(OutDir)$(TargetName).vst3\"";
|
||||
config->getValue (Ids::postbuildCommand) = "copy /Y \"$(OutDir)\\$(TargetFileName)\" \"$(OutDir)\\$(TargetName).vst3\"";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -66,7 +66,7 @@
|
|||
<Tool Name="VCAppVerifierTool"/>
|
||||
<Tool Name="VCPostBuildEventTool"
|
||||
Description="Post-build"
|
||||
CommandLine="copy /Y "$(OutDir)$(TargetFileName)" "$(OutDir)$(TargetName).vst3""/>
|
||||
CommandLine="copy /Y "$(OutDir)\$(TargetFileName)" "$(OutDir)\$(TargetName).vst3""/>
|
||||
</Configuration>
|
||||
<Configuration Name="Release|Win32"
|
||||
OutputDirectory=".\Release"
|
||||
|
|
@ -127,7 +127,7 @@
|
|||
<Tool Name="VCAppVerifierTool"/>
|
||||
<Tool Name="VCPostBuildEventTool"
|
||||
Description="Post-build"
|
||||
CommandLine="copy /Y "$(OutDir)$(TargetFileName)" "$(OutDir)$(TargetName).vst3""/>
|
||||
CommandLine="copy /Y "$(OutDir)\$(TargetFileName)" "$(OutDir)\$(TargetName).vst3""/>
|
||||
</Configuration>
|
||||
</Configurations>
|
||||
<References/>
|
||||
|
|
|
|||
|
|
@ -66,7 +66,7 @@
|
|||
<Tool Name="VCAppVerifierTool"/>
|
||||
<Tool Name="VCPostBuildEventTool"
|
||||
Description="Post-build"
|
||||
CommandLine="copy /Y "$(OutDir)$(TargetFileName)" "$(OutDir)$(TargetName).vst3""/>
|
||||
CommandLine="copy /Y "$(OutDir)\$(TargetFileName)" "$(OutDir)\$(TargetName).vst3""/>
|
||||
</Configuration>
|
||||
<Configuration Name="Release|Win32"
|
||||
OutputDirectory=".\Release"
|
||||
|
|
@ -127,7 +127,7 @@
|
|||
<Tool Name="VCAppVerifierTool"/>
|
||||
<Tool Name="VCPostBuildEventTool"
|
||||
Description="Post-build"
|
||||
CommandLine="copy /Y "$(OutDir)$(TargetFileName)" "$(OutDir)$(TargetName).vst3""/>
|
||||
CommandLine="copy /Y "$(OutDir)\$(TargetFileName)" "$(OutDir)\$(TargetName).vst3""/>
|
||||
</Configuration>
|
||||
</Configurations>
|
||||
<References/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue