diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2009-10-15 20:16:25 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2009-10-15 20:16:25 (GMT) |
commit | 7e0e1bcc1baccb5e72e6d0c49a38d41249503cf8 (patch) | |
tree | 8ecfe936ad899d831c4b5a53fa6122cc2b48347c /windows/proj | |
parent | d38b38db5a78e1d47a7610b00c65f54b5533de0c (diff) | |
download | hdf5-7e0e1bcc1baccb5e72e6d0c49a38d41249503cf8.zip hdf5-7e0e1bcc1baccb5e72e6d0c49a38d41249503cf8.tar.gz hdf5-7e0e1bcc1baccb5e72e6d0c49a38d41249503cf8.tar.bz2 |
[svn-r17653] Add new H5B2hdr.c file to hdf5 project files.
Diffstat (limited to 'windows/proj')
-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 7dc828a..3cb9708 100644 --- a/windows/proj/hdf5/hdf5.vcproj +++ b/windows/proj/hdf5/hdf5.vcproj @@ -357,6 +357,10 @@ >
</File>
<File
+ RelativePath="..\..\..\src\H5B2hdr.c"
+ >
+ </File>
+ <File
RelativePath="..\..\..\src\H5B2int.c"
>
</File>
diff --git a/windows/proj/hdf5dll/hdf5dll.vcproj b/windows/proj/hdf5dll/hdf5dll.vcproj index 2dd026c..7f18944 100644 --- a/windows/proj/hdf5dll/hdf5dll.vcproj +++ b/windows/proj/hdf5dll/hdf5dll.vcproj @@ -448,6 +448,10 @@ >
</File>
<File
+ RelativePath="..\..\..\src\H5B2hdr.c"
+ >
+ </File>
+ <File
RelativePath="..\..\..\src\H5B2int.c"
>
</File>
|