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: 13623
This commit is contained in:
parent
0e87c3e3dd
commit
a4cabb010c
1 changed files with 6 additions and 6 deletions
|
@ -20,9 +20,9 @@
|
|||
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
||||
<Tool
|
||||
Name="VCNMakeTool"
|
||||
BuildCommandLine="NMAKE /f makedata.mak icumake=$(ProjectDir) cfg=release"
|
||||
ReBuildCommandLine="NMAKE /f makedata.mak icumake=$(ProjectDir) cfg=release clean all"
|
||||
CleanCommandLine="NMAKE /f makedata.mak icumake=$(ProjectDir) cfg=release clean"/>
|
||||
BuildCommandLine="NMAKE /f makedata.mak ICUMAKE="$(ProjectDir)\" CFG=release"
|
||||
ReBuildCommandLine="NMAKE /f makedata.mak ICUMAKE="$(ProjectDir)\" CFG=release clean all"
|
||||
CleanCommandLine="NMAKE /f makedata.mak ICUMAKE="$(ProjectDir)\" CFG=release clean"/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Debug|Win32"
|
||||
|
@ -33,9 +33,9 @@
|
|||
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
||||
<Tool
|
||||
Name="VCNMakeTool"
|
||||
BuildCommandLine="NMAKE /f makedata.mak icumake=$(ProjectDir) cfg=debug"
|
||||
ReBuildCommandLine="NMAKE /f makedata.mak icumake=$(ProjectDir) cfg=debug clean all"
|
||||
CleanCommandLine="NMAKE /f makedata.mak icumake=$(ProjectDir) cfg=debug clean"/>
|
||||
BuildCommandLine="NMAKE /f makedata.mak ICUMAKE="$(ProjectDir)\" CFG=debug"
|
||||
ReBuildCommandLine="NMAKE /f makedata.mak ICUMAKE="$(ProjectDir)\" CFG=debug clean all"
|
||||
CleanCommandLine="NMAKE /f makedata.mak ICUMAKE="$(ProjectDir)\" CFG=debug clean"/>
|
||||
</Configuration>
|
||||
</Configurations>
|
||||
<Files>
|
||||
|
|
Loading…
Add table
Reference in a new issue