diff options
author | Scott Wegner <swegner@hdfgroup.org> | 2007-07-16 16:50:07 (GMT) |
---|---|---|
committer | Scott Wegner <swegner@hdfgroup.org> | 2007-07-16 16:50:07 (GMT) |
commit | 00b5ba099ebb5d8ebeffcad9f2548a9b5b02f224 (patch) | |
tree | e945a1b097e84a9ee8d1f88e163540568a3d371b /windows/proj | |
parent | 035152a58577e39ecd104e252032800923963648 (diff) | |
download | hdf5-00b5ba099ebb5d8ebeffcad9f2548a9b5b02f224.zip hdf5-00b5ba099ebb5d8ebeffcad9f2548a9b5b02f224.tar.gz hdf5-00b5ba099ebb5d8ebeffcad9f2548a9b5b02f224.tar.bz2 |
[svn-r13981] Purpose: Windows catchup
Description:
- Add new source file H5version.h to Windows projects
- Add new h5stat tests, and uncomment one that no longer fails
- Clean up autotests a little bit.
Tested:
VS.NET on WinXP
Diffstat (limited to 'windows/proj')
-rw-r--r-- | windows/proj/hdf5/hdf5.vcproj | 3 | ||||
-rw-r--r-- | windows/proj/hdf5dll/hdf5dll.vcproj | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/windows/proj/hdf5/hdf5.vcproj b/windows/proj/hdf5/hdf5.vcproj index 822095c..328130d 100644 --- a/windows/proj/hdf5/hdf5.vcproj +++ b/windows/proj/hdf5/hdf5.vcproj @@ -7504,6 +7504,9 @@ RelativePath="..\..\..\src\H5Tpublic.h">
</File>
<File
+ RelativePath="..\..\..\src\H5version.h">
+ </File>
+ <File
RelativePath="..\..\..\src\H5Vprivate.h">
</File>
<File
diff --git a/windows/proj/hdf5dll/hdf5dll.vcproj b/windows/proj/hdf5dll/hdf5dll.vcproj index e6f7a0e..b97a193 100644 --- a/windows/proj/hdf5dll/hdf5dll.vcproj +++ b/windows/proj/hdf5dll/hdf5dll.vcproj @@ -7422,6 +7422,9 @@ RelativePath="..\..\..\src\H5ACprivate.h">
</File>
<File
+ RelativePath="..\..\..\src\H5version.h">
+ </File>
+ <File
RelativePath="..\..\..\src\H5WBprivate.h">
</File>
</Filter>
|