diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2009-07-28 21:40:31 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2009-07-28 21:40:31 (GMT) |
commit | c0f91e15c5d0ba6e7c5986d48c5c4c67e1ce86ac (patch) | |
tree | 8ddeef1b53e6e46b3f64581d0a3ceb35c3dd539f /windows/proj | |
parent | 3bbdfcd5f75e6c0a2d215dbf3e4ad4140b339cfe (diff) | |
download | hdf5-c0f91e15c5d0ba6e7c5986d48c5c4c67e1ce86ac.zip hdf5-c0f91e15c5d0ba6e7c5986d48c5c4c67e1ce86ac.tar.gz hdf5-c0f91e15c5d0ba6e7c5986d48c5c4c67e1ce86ac.tar.bz2 |
[svn-r17258] Added new file, H5Dlayout.c to project files.
Tested XP32 VS2005
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 957bf33..3cced83 100644 --- a/windows/proj/hdf5/hdf5.vcproj +++ b/windows/proj/hdf5/hdf5.vcproj @@ -1503,6 +1503,9 @@ </FileConfiguration>
</File>
<File
+ RelativePath="..\..\..\src\H5Dlayout.c">
+ </File>
+ <File
RelativePath="..\..\..\src\H5Dmpio.c"
>
<FileConfiguration
diff --git a/windows/proj/hdf5dll/hdf5dll.vcproj b/windows/proj/hdf5dll/hdf5dll.vcproj index 450664f..9a06c49 100644 --- a/windows/proj/hdf5dll/hdf5dll.vcproj +++ b/windows/proj/hdf5dll/hdf5dll.vcproj @@ -1583,6 +1583,9 @@ </FileConfiguration>
</File>
<File
+ RelativePath="..\..\..\src\H5Dlayout.c">
+ </File>
+ <File
RelativePath="..\..\..\src\H5Dmpio.c"
>
<FileConfiguration
|