diff options
author | Scott Wegner <swegner@hdfgroup.org> | 2008-09-22 16:35:25 (GMT) |
---|---|---|
committer | Scott Wegner <swegner@hdfgroup.org> | 2008-09-22 16:35:25 (GMT) |
commit | 02156246da8fd221b655458771f2b83ee20c9dfe (patch) | |
tree | ba392327e06f6677e44adabd5963ed6a9ee0cf69 /windows_vnet | |
parent | 00bd6ae9c27f520b4badbe0698ea1a1e1044f305 (diff) | |
download | hdf5-02156246da8fd221b655458771f2b83ee20c9dfe.zip hdf5-02156246da8fd221b655458771f2b83ee20c9dfe.tar.gz hdf5-02156246da8fd221b655458771f2b83ee20c9dfe.tar.bz2 |
[svn-r15675] Purpose: Add new source file H5EAdblock.c to Windows.
Description:
New source file H5EAdblock.c was added to the library. This checkin adds the file to our Windows projects, hdf5 and hdf5dll (VS2005 and VS.NET project files)
Tested:
Build only, VS2005 on WinXP
Diffstat (limited to 'windows_vnet')
-rw-r--r-- | windows_vnet/proj/hdf5/hdf5.vcproj | 3 | ||||
-rw-r--r-- | windows_vnet/proj/hdf5dll/hdf5dll.vcproj | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/windows_vnet/proj/hdf5/hdf5.vcproj b/windows_vnet/proj/hdf5/hdf5.vcproj index af9cc65..227c37f 100644 --- a/windows_vnet/proj/hdf5/hdf5.vcproj +++ b/windows_vnet/proj/hdf5/hdf5.vcproj @@ -1445,6 +1445,9 @@ RelativePath="..\..\..\src\H5EAdbg.c">
</File>
<File
+ RelativePath="..\..\..\src\H5EAdblock.c">
+ </File>
+ <File
RelativePath="..\..\..\src\H5EAhdr.c">
</File>
<File
diff --git a/windows_vnet/proj/hdf5dll/hdf5dll.vcproj b/windows_vnet/proj/hdf5dll/hdf5dll.vcproj index fb9d2a2..2b3c0b8 100644 --- a/windows_vnet/proj/hdf5dll/hdf5dll.vcproj +++ b/windows_vnet/proj/hdf5dll/hdf5dll.vcproj @@ -1500,6 +1500,9 @@ RelativePath="..\..\..\src\H5EAdbg.c">
</File>
<File
+ RelativePath="..\..\..\src\H5EAdblock.c">
+ </File>
+ <File
RelativePath="..\..\..\src\H5EAhdr.c">
</File>
<File
|