mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-3359 Allow .vcproj files to build in a directory with a space
X-SVN-Rev: 13625
This commit is contained in:
parent
1dfb0249f5
commit
fca7f71d67
1 changed files with 2 additions and 2 deletions
|
@ -161,14 +161,14 @@
|
|||
Name="Release|Win32">
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
CommandLine="nmake /nologo /f $(InputName).mak icup=$(ProjectDir)..\..\.. CFG=Release"
|
||||
CommandLine="nmake /nologo /f $(InputName).mak icup="$(ProjectDir)..\..\.." CFG=Release"
|
||||
Outputs="Release/uconvmsg.lib"/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32">
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
CommandLine="nmake /nologo /f $(InputName).mak icup=$(ProjectDir)..\..\.. CFG=Debug"
|
||||
CommandLine="nmake /nologo /f $(InputName).mak icup="$(ProjectDir)..\..\.." CFG=Debug"
|
||||
Outputs="Debug/uconvmsg.lib"/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
|
|
Loading…
Add table
Reference in a new issue