mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 22:44:49 +00:00
ICU-2850 remove VC6.0 variable names to remove warnings.
X-SVN-Rev: 11836
This commit is contained in:
parent
78c2d0dcf0
commit
cb9b71c896
1 changed files with 4 additions and 4 deletions
|
@ -20,8 +20,8 @@
|
|||
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
||||
<Tool
|
||||
Name="VCNMakeTool"
|
||||
BuildCommandLine="NMAKE /f makedata.mak icumake=$(MAKEDIR)$(ProjectDir) cfg=release"
|
||||
ReBuildCommandLine="NMAKE /f makedata.mak icumake=$(MAKEDIR)$(ProjectDir) cfg=release clean all"
|
||||
BuildCommandLine="NMAKE /f makedata.mak icumake=$(ProjectDir) cfg=release"
|
||||
ReBuildCommandLine="NMAKE /f makedata.mak icumake=$(ProjectDir) cfg=release clean all"
|
||||
Output="makedata.exe"/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
|
@ -33,8 +33,8 @@
|
|||
ATLMinimizesCRunTimeLibraryUsage="FALSE">
|
||||
<Tool
|
||||
Name="VCNMakeTool"
|
||||
BuildCommandLine="NMAKE /f makedata.mak icumake=$(MAKEDIR)$(ProjectDir) cfg=debug"
|
||||
ReBuildCommandLine="NMAKE /f makedata.mak icumake=$(MAKEDIR)$(ProjectDir) cfg=debug clean all"
|
||||
BuildCommandLine="NMAKE /f makedata.mak icumake=$(ProjectDir) cfg=debug"
|
||||
ReBuildCommandLine="NMAKE /f makedata.mak icumake=$(ProjectDir) cfg=debug clean all"
|
||||
Output="makedata.exe"/>
|
||||
</Configuration>
|
||||
</Configurations>
|
||||
|
|
Loading…
Add table
Reference in a new issue