ICU-4508 ~FontTableCache needs to delete fTableCache. Update project files for VS .NET 2003.

X-SVN-Rev: 17931
This commit is contained in:
Eric Mader 2005-06-17 00:01:47 +00:00
parent 17205380ed
commit 8250658adb
4 changed files with 64 additions and 34 deletions

View file

@ -1,6 +1,6 @@
/*
**********************************************************************
* Copyright (C) 2003, International Business Machines
* Copyright (C) 2003-2005, International Business Machines
* Corporation and others. All Rights Reserved.
**********************************************************************
*/
@ -44,6 +44,8 @@ FontTableCache::~FontTableCache()
}
fTableCacheCurr = 0;
LE_DELETE_ARRAY(fTableCache);
}
const void *FontTableCache::find(LETag tableTag) const

View file

@ -1,12 +1,12 @@
Microsoft Visual Studio Solution File, Format Version 7.00
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gendata", "gendata.vcproj", "{DA322426-C37C-4909-A99D-16B05E7FA498}"
ProjectSection(ProjectDependencies) = postProject
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfiguration) = preSolution
ConfigName.0 = Debug
ConfigName.1 = Release
EndGlobalSection
GlobalSection(ProjectDependencies) = postSolution
Debug = Debug
Release = Release
EndGlobalSection
GlobalSection(ProjectConfiguration) = postSolution
{DA322426-C37C-4909-A99D-16B05E7FA498}.Debug.ActiveCfg = Debug|Win32

View file

@ -1,7 +1,7 @@
<?xml version="1.0" encoding = "Windows-1252"?>
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="7.00"
Version="7.10"
Name="gendata"
SccProjectName=""
SccLocalPath="">
@ -61,8 +61,14 @@
Culture="1033"/>
<Tool
Name="VCWebServiceProxyGeneratorTool"/>
<Tool
Name="VCXMLDataGeneratorTool"/>
<Tool
Name="VCWebDeploymentTool"/>
<Tool
Name="VCManagedWrapperGeneratorTool"/>
<Tool
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
</Configuration>
<Configuration
Name="Release|Win32"
@ -114,42 +120,50 @@
Culture="1033"/>
<Tool
Name="VCWebServiceProxyGeneratorTool"/>
<Tool
Name="VCXMLDataGeneratorTool"/>
<Tool
Name="VCWebDeploymentTool"/>
<Tool
Name="VCManagedWrapperGeneratorTool"/>
<Tool
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
</Configuration>
</Configurations>
<References>
</References>
<Files>
<Filter
Name="Source Files"
Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
<File
RelativePath=".\FontTableCache.cpp">
</File>
<File
RelativePath=".\PortableFontInstance.cpp">
</File>
<File
RelativePath=".\cmaps.cpp">
</File>
<File
RelativePath=".\FontTableCache.cpp">
</File>
<File
RelativePath=".\gendata.cpp">
</File>
<File
RelativePath=".\PortableFontInstance.cpp">
</File>
</Filter>
<Filter
Name="Header Files"
Filter="h;hpp;hxx;hm;inl">
<File
RelativePath=".\FontTableCache.h">
</File>
<File
RelativePath=".\PortableFontInstance.h">
</File>
<File
RelativePath=".\cmaps.h">
</File>
<File
RelativePath=".\FontTableCache.h">
</File>
<File
RelativePath=".\letest.h">
</File>
<File
RelativePath=".\PortableFontInstance.h">
</File>
<File
RelativePath=".\sfnt.h">
</File>

View file

@ -1,7 +1,7 @@
<?xml version="1.0" encoding = "Windows-1252"?>
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="7.00"
Version="7.10"
Name="letest"
SccProjectName=""
SccLocalPath="">
@ -60,8 +60,14 @@
Culture="1033"/>
<Tool
Name="VCWebServiceProxyGeneratorTool"/>
<Tool
Name="VCXMLDataGeneratorTool"/>
<Tool
Name="VCWebDeploymentTool"/>
<Tool
Name="VCManagedWrapperGeneratorTool"/>
<Tool
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
</Configuration>
<Configuration
Name="Debug|Win32"
@ -114,26 +120,34 @@
Culture="1033"/>
<Tool
Name="VCWebServiceProxyGeneratorTool"/>
<Tool
Name="VCXMLDataGeneratorTool"/>
<Tool
Name="VCWebDeploymentTool"/>
<Tool
Name="VCManagedWrapperGeneratorTool"/>
<Tool
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
</Configuration>
</Configurations>
<References>
</References>
<Files>
<Filter
Name="Source Files"
Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
<File
RelativePath=".\FontTableCache.cpp">
</File>
<File
RelativePath=".\PortableFontInstance.cpp">
</File>
<File
RelativePath=".\cmaps.cpp">
</File>
<File
RelativePath=".\FontTableCache.cpp">
</File>
<File
RelativePath=".\letest.cpp">
</File>
<File
RelativePath=".\PortableFontInstance.cpp">
</File>
<File
RelativePath=".\testdata.cpp">
</File>
@ -141,18 +155,18 @@
<Filter
Name="Header Files"
Filter="h;hpp;hxx;hm;inl">
<File
RelativePath=".\FontTableCache.h">
</File>
<File
RelativePath=".\PortableFontInstance.h">
</File>
<File
RelativePath=".\cmaps.h">
</File>
<File
RelativePath=".\FontTableCache.h">
</File>
<File
RelativePath=".\letest.h">
</File>
<File
RelativePath=".\PortableFontInstance.h">
</File>
<File
RelativePath=".\sfnt.h">
</File>