diff options
author | Scott Wegner <swegner@hdfgroup.org> | 2008-09-03 15:09:10 (GMT) |
---|---|---|
committer | Scott Wegner <swegner@hdfgroup.org> | 2008-09-03 15:09:10 (GMT) |
commit | 779b0a7dfb59a8cf2f3ca39bc41360f04ef9e480 (patch) | |
tree | 6fedad5ea726a6b4f173259d4ea52fda8d8642f2 /windows_vnet/proj/hdf5 | |
parent | e9256348abe0a50523118392f45feb52f1d6013d (diff) | |
download | hdf5-779b0a7dfb59a8cf2f3ca39bc41360f04ef9e480.zip hdf5-779b0a7dfb59a8cf2f3ca39bc41360f04ef9e480.tar.gz hdf5-779b0a7dfb59a8cf2f3ca39bc41360f04ef9e480.tar.bz2 |
[svn-r15584] Purpose: Add new extensible array source code and test project for Windows
Description:
In revision 15549, new source code was added for the extensible array interface. This checkin adds the source code to Windows, along with the new test project, earray.
Note: The new H5EA interface causes compilation errors on Windows, and will need to be fixed in the source.
Diffstat (limited to 'windows_vnet/proj/hdf5')
-rw-r--r-- | windows_vnet/proj/hdf5/hdf5.vcproj | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/windows_vnet/proj/hdf5/hdf5.vcproj b/windows_vnet/proj/hdf5/hdf5.vcproj index e86ef9e..0ea43b7 100644 --- a/windows_vnet/proj/hdf5/hdf5.vcproj +++ b/windows_vnet/proj/hdf5/hdf5.vcproj @@ -1436,6 +1436,21 @@ </FileConfiguration>
</File>
<File
+ RelativePath="..\..\..\src\H5EA.c">
+ </File>
+ <File
+ RelativePath="..\..\..\src\H5EAcache.c">
+ </File>
+ <File
+ RelativePath="..\..\..\src\H5EAhdr.c">
+ </File>
+ <File
+ RelativePath="..\..\..\src\H5EAint.c">
+ </File>
+ <File
+ RelativePath="..\..\..\src\H5EAtest.c">
+ </File>
+ <File
RelativePath="..\..\..\src\H5Edeprec.c">
<FileConfiguration
Name="Debug|Win32">
@@ -7741,6 +7756,12 @@ RelativePath="..\..\..\src\H5Dpublic.h">
</File>
<File
+ RelativePath="..\..\..\src\H5EApkg.h">
+ </File>
+ <File
+ RelativePath="..\..\..\src\H5EAprivate.h">
+ </File>
+ <File
RelativePath="..\..\..\src\H5Epkg.h">
</File>
<File
|