diff options
author | Scott Wegner <swegner@hdfgroup.org> | 2008-12-05 15:25:04 (GMT) |
---|---|---|
committer | Scott Wegner <swegner@hdfgroup.org> | 2008-12-05 15:25:04 (GMT) |
commit | dbd3143ff518a15cb0e9168cc2fcc9a04cbea851 (patch) | |
tree | 3db1c2708b49da289c8ea585bd1b82762a327f41 /windows/proj | |
parent | 7b5df92ac8c83a7a97e427655adafef598a55818 (diff) | |
download | hdf5-dbd3143ff518a15cb0e9168cc2fcc9a04cbea851.zip hdf5-dbd3143ff518a15cb0e9168cc2fcc9a04cbea851.tar.gz hdf5-dbd3143ff518a15cb0e9168cc2fcc9a04cbea851.tar.bz2 |
[svn-r16161] Purpose: Add new source file to Windows
Description:
Recently the new source file H5EAdbkpage.c was added to the main library source code. This checkin also adds it to the Windows project files.
Note: Windows builds are still failing on the earray test, although for other reasons. I'm also looking into this.
Tested:
VS2005 on WinXP
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 72d580a..22e9beb 100644 --- a/windows/proj/hdf5/hdf5.vcproj +++ b/windows/proj/hdf5/hdf5.vcproj @@ -1703,6 +1703,10 @@ >
</File>
<File
+ RelativePath="..\..\..\src\H5EAdblkpage.c"
+ >
+ </File>
+ <File
RelativePath="..\..\..\src\H5EAdblock.c"
>
</File>
diff --git a/windows/proj/hdf5dll/hdf5dll.vcproj b/windows/proj/hdf5dll/hdf5dll.vcproj index f8023cc..38a84f7 100644 --- a/windows/proj/hdf5dll/hdf5dll.vcproj +++ b/windows/proj/hdf5dll/hdf5dll.vcproj @@ -1792,6 +1792,10 @@ >
</File>
<File
+ RelativePath="..\..\..\src\H5EAdblkpage.c"
+ >
+ </File>
+ <File
RelativePath="..\..\..\src\H5EAdblock.c"
>
</File>
|