mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-20 20:19:32 +00:00
ICU-2966 Add miscfiles.mk
X-SVN-Rev: 12993
This commit is contained in:
parent
2eb2e50e9a
commit
9bb7942241
1 changed files with 10 additions and 11 deletions
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0" encoding = "Windows-1252"?>
|
||||
<?xml version="1.0" encoding="Windows-1252"?>
|
||||
<VisualStudioProject
|
||||
ProjectType="Visual C++"
|
||||
Version="7.00"
|
||||
|
@ -22,7 +22,7 @@
|
|||
Name="VCNMakeTool"
|
||||
BuildCommandLine="NMAKE /f makedata.mak icumake=$(ProjectDir) cfg=release"
|
||||
ReBuildCommandLine="NMAKE /f makedata.mak icumake=$(ProjectDir) cfg=release clean all"
|
||||
Output="makedata.exe"/>
|
||||
CleanCommandLine="NMAKE /f makedata.mak icumake=$(ProjectDir) cfg=release clean"/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Debug|Win32"
|
||||
|
@ -35,19 +35,26 @@
|
|||
Name="VCNMakeTool"
|
||||
BuildCommandLine="NMAKE /f makedata.mak icumake=$(ProjectDir) cfg=debug"
|
||||
ReBuildCommandLine="NMAKE /f makedata.mak icumake=$(ProjectDir) cfg=debug clean all"
|
||||
Output="makedata.exe"/>
|
||||
CleanCommandLine="NMAKE /f makedata.mak icumake=$(ProjectDir) cfg=debug clean"/>
|
||||
</Configuration>
|
||||
</Configurations>
|
||||
<Files>
|
||||
<Filter
|
||||
Name="Resource Files"
|
||||
Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Make Files"
|
||||
Filter="mak;mk">
|
||||
<File
|
||||
RelativePath=".\makedata.mak">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\locales\resfiles.mk">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\misc\miscfiles.mk">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\test\testdata\testdata.mk">
|
||||
</File>
|
||||
|
@ -64,14 +71,6 @@
|
|||
RelativePath=".\mappings\ucmfiles.mk">
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Source Files"
|
||||
Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Header Files"
|
||||
Filter="h;hpp;hxx;hm;inl">
|
||||
</Filter>
|
||||
</Files>
|
||||
<Globals>
|
||||
</Globals>
|
||||
|
|
Loading…
Add table
Reference in a new issue