diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2009-07-28 21:02:49 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2009-07-28 21:02:49 (GMT) |
commit | e1ded781a52dddd7d5ff84b54fbe4b93b93ad8b5 (patch) | |
tree | 229d0fd924481d4023222811d7e3b30e20650850 /windows/proj | |
parent | a6676de3c8cf07ef5a2e8f6d9b8f6bf4f3e779d3 (diff) | |
download | hdf5-e1ded781a52dddd7d5ff84b54fbe4b93b93ad8b5.zip hdf5-e1ded781a52dddd7d5ff84b54fbe4b93b93ad8b5.tar.gz hdf5-e1ded781a52dddd7d5ff84b54fbe4b93b93ad8b5.tar.bz2 |
[svn-r17256] Added new file, H5Dlayout.c to project files.
Deleted obsolete vnet project files as it is no longer supported for HDF55 1.9 and above
Removed references from batch build files.
Release documents still need to be updated.
Tested XP32 VS2005
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 53717f7..d2b0b18 100644 --- a/windows/proj/hdf5/hdf5.vcproj +++ b/windows/proj/hdf5/hdf5.vcproj @@ -1503,6 +1503,10 @@ </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 fe0b1aa..d9ba5ff 100644 --- a/windows/proj/hdf5dll/hdf5dll.vcproj +++ b/windows/proj/hdf5dll/hdf5dll.vcproj @@ -1584,6 +1584,10 @@ </FileConfiguration>
</File>
<File
+ RelativePath="..\..\..\src\H5Dlayout.c"
+ >
+ </File>
+ <File
RelativePath="..\..\..\src\H5Dmpio.c"
>
<FileConfiguration
|