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 | |
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')
-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 eb516b5..c5aca46 100644 --- a/windows/proj/hdf5/hdf5.vcproj +++ b/windows/proj/hdf5/hdf5.vcproj @@ -1703,6 +1703,10 @@ >
</File>
<File
+ RelativePath="..\..\..\src\H5EAdblock.c"
+ >
+ </File>
+ <File
RelativePath="..\..\..\src\H5EAhdr.c"
>
</File>
diff --git a/windows/proj/hdf5dll/hdf5dll.vcproj b/windows/proj/hdf5dll/hdf5dll.vcproj index 2c4d1d2..550aa43 100644 --- a/windows/proj/hdf5dll/hdf5dll.vcproj +++ b/windows/proj/hdf5dll/hdf5dll.vcproj @@ -1792,6 +1792,10 @@ >
</File>
<File
+ RelativePath="..\..\..\src\H5EAdblock.c"
+ >
+ </File>
+ <File
RelativePath="..\..\..\src\H5EAhdr.c"
>
</File>
|