diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2009-10-06 15:42:28 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2009-10-06 15:42:28 (GMT) |
commit | 10db3806f2b3b0cb2b62125fb194ca2164ecdd6e (patch) | |
tree | 7fb6d071271085773a0afbeacc67b0f52c824388 | |
parent | ace53ca9a25530366f38e84ee051e7ca0c9c9d6f (diff) | |
download | hdf5-10db3806f2b3b0cb2b62125fb194ca2164ecdd6e.zip hdf5-10db3806f2b3b0cb2b62125fb194ca2164ecdd6e.tar.gz hdf5-10db3806f2b3b0cb2b62125fb194ca2164ecdd6e.tar.bz2 |
[svn-r17595] Added new file H5Fdeprec.c to projects.
Tested: windows
-rw-r--r-- | windows/proj/hdf5/hdf5.vcproj | 4 | ||||
-rw-r--r-- | windows/proj/hdf5dll/hdf5dll.vcproj | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/windows/proj/hdf5/hdf5.vcproj b/windows/proj/hdf5/hdf5.vcproj index 1dd878e..7dc828a 100644 --- a/windows/proj/hdf5/hdf5.vcproj +++ b/windows/proj/hdf5/hdf5.vcproj @@ -565,6 +565,10 @@ >
</File>
<File
+ RelativePath="..\..\..\src\H5Fdeprec.c"
+ >
+ </File>
+ <File
RelativePath="..\..\..\src\H5FDfamily.c"
>
</File>
diff --git a/windows/proj/hdf5dll/hdf5dll.vcproj b/windows/proj/hdf5dll/hdf5dll.vcproj index a370448..2dd026c 100644 --- a/windows/proj/hdf5dll/hdf5dll.vcproj +++ b/windows/proj/hdf5dll/hdf5dll.vcproj @@ -656,6 +656,10 @@ >
</File>
<File
+ RelativePath="..\..\..\src\H5Fdeprec.c"
+ >
+ </File>
+ <File
RelativePath="..\..\..\src\H5FDfamily.c"
>
</File>
|