mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 22:44:49 +00:00
ICU-3359 Allow .vcproj files to build in a directory with a space
X-SVN-Rev: 13626
This commit is contained in:
parent
fca7f71d67
commit
3b0fd1c337
1 changed files with 4 additions and 4 deletions
|
@ -36,8 +36,8 @@
|
|||
CompileAs="0"/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
CommandLine="copy $(TargetPath) ..\..\..\bin"
|
||||
Outputs="$(ProjectDir)..\..\..\bin\$(InputName).exe"/>
|
||||
CommandLine="copy "$(TargetPath)" ..\..\..\bin"
|
||||
Outputs="$(ProjectDir)..\..\..\bin\$(TargetFileName)"/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions="/MACHINE:I386"
|
||||
|
@ -92,8 +92,8 @@
|
|||
CompileAs="0"/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
CommandLine="copy $(TargetPath) ..\..\..\bin"
|
||||
Outputs="$(ProjectDir)..\..\..\bin\$(InputName).exe"/>
|
||||
CommandLine="copy "$(TargetPath)" ..\..\..\bin"
|
||||
Outputs="$(ProjectDir)..\..\..\bin\$(TargetFileName)"/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions="/MACHINE:I386"
|
||||
|
|
Loading…
Add table
Reference in a new issue