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/proj/hdf5dll | |
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/proj/hdf5dll')
-rw-r--r-- | windows/proj/hdf5dll/hdf5dll.vcproj | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/windows/proj/hdf5dll/hdf5dll.vcproj b/windows/proj/hdf5dll/hdf5dll.vcproj index 8222085..73aee15 100644 --- a/windows/proj/hdf5dll/hdf5dll.vcproj +++ b/windows/proj/hdf5dll/hdf5dll.vcproj @@ -1780,6 +1780,26 @@ </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
@@ -9197,6 +9217,14 @@ >
</File>
<File
+ RelativePath="..\..\..\src\H5EApkg.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\src\H5EAprivate.h"
+ >
+ </File>
+ <File
RelativePath="..\..\..\src\H5Epkg.h"
>
</File>
|