ICU-3564 Fix the directory name with a space problem

X-SVN-Rev: 14513
This commit is contained in:
George Rhoten 2004-02-13 04:22:04 +00:00
parent be32e89c73
commit 202cc029db

View file

@ -58,7 +58,7 @@
Name="VCPreBuildEventTool"/>
<Tool
Name="VCPreLinkEventTool"
CommandLine="echo &quot;File with stubdata build time, used as a dependency to trigger fresh data build, since stubdata dll will overwrite the real one.&quot; &gt; $(ProjectDir)stubdatabuilt.txt"/>
CommandLine="echo &quot;File with stubdata build time, used as a dependency to trigger fresh data build, since stubdata dll will overwrite the real one.&quot; &gt; &quot;$(ProjectDir)stubdatabuilt.txt&quot;"/>
<Tool
Name="VCResourceCompilerTool"
PreprocessorDefinitions="NDEBUG"
@ -117,7 +117,7 @@
Name="VCPreBuildEventTool"/>
<Tool
Name="VCPreLinkEventTool"
CommandLine="echo &quot;File with stubdata build time, used as a dependency to trigger fresh data build, since stubdata dll will overwrite the real one.&quot; &gt; $(ProjectDir)stubdatabuilt.txt"/>
CommandLine="echo &quot;File with stubdata build time, used as a dependency to trigger fresh data build, since stubdata dll will overwrite the real one.&quot; &gt; &quot;$(ProjectDir)stubdatabuilt.txt&quot;"/>
<Tool
Name="VCResourceCompilerTool"
PreprocessorDefinitions="_DEBUG"