ICU-3359 Allow .vcproj files to build in a directory with a space

X-SVN-Rev: 13626
This commit is contained in:
George Rhoten 2003-11-07 04:09:43 +00:00
parent fca7f71d67
commit 3b0fd1c337

View file

@ -36,8 +36,8 @@
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"
CommandLine="copy $(TargetPath) ..\..\..\bin"
Outputs="$(ProjectDir)..\..\..\bin\$(InputName).exe"/>
CommandLine="copy &quot;$(TargetPath)&quot; ..\..\..\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 &quot;$(TargetPath)&quot; ..\..\..\bin"
Outputs="$(ProjectDir)..\..\..\bin\$(TargetFileName)"/>
<Tool
Name="VCLinkerTool"
AdditionalOptions="/MACHINE:I386"